chore: comments
This commit is contained in:
@@ -57,12 +57,18 @@ export class WorkflowGenerator {
|
|||||||
this.registerEventHandlers(socket);
|
this.registerEventHandlers(socket);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The current workflow being recorded.
|
||||||
|
* @private
|
||||||
|
*/
|
||||||
private workflowRecord: WorkflowFile = {
|
private workflowRecord: WorkflowFile = {
|
||||||
workflow: [],
|
workflow: [],
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Metadata of the currently recorded workflow.
|
||||||
|
* @private
|
||||||
|
*/
|
||||||
private recordingMeta: MetaData = {
|
private recordingMeta: MetaData = {
|
||||||
name: '',
|
name: '',
|
||||||
create_date: '',
|
create_date: '',
|
||||||
|
|||||||
Reference in New Issue
Block a user