diff --git a/server/src/workflow-management/classes/Generator.ts b/server/src/workflow-management/classes/Generator.ts index 25300e8d..c66cd2d9 100644 --- a/server/src/workflow-management/classes/Generator.ts +++ b/server/src/workflow-management/classes/Generator.ts @@ -47,6 +47,10 @@ export class WorkflowGenerator { */ private socket: Socket; + /** + * getList is one of the custom actions from maxun-core. + * Used to provide appropriate selectors for the getList action. + */ private getList: boolean = false; /**