feat: private vars for workflow
This commit is contained in:
@@ -58,4 +58,18 @@ export class WorkflowGenerator {
|
||||
}
|
||||
|
||||
|
||||
private workflowRecord: WorkflowFile = {
|
||||
workflow: [],
|
||||
};
|
||||
|
||||
|
||||
private recordingMeta: MetaData = {
|
||||
name: '',
|
||||
create_date: '',
|
||||
pairs: 0,
|
||||
update_date: '',
|
||||
params: [],
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user