Interface: IWorkflowCommand
coresdk.workflow_commands.IWorkflowCommand
Properties of a WorkflowCommand.
Implemented by
Properties
cancelChildWorkflowExecution
• Optional cancelChildWorkflowExecution: null | ICancelChildWorkflowExecution
WorkflowCommand cancelChildWorkflowExecution
cancelSignalWorkflow
• Optional cancelSignalWorkflow: null | ICancelSignalWorkflow
WorkflowCommand cancelSignalWorkflow
cancelTimer
• Optional cancelTimer: null | ICancelTimer
WorkflowCommand cancelTimer
cancelWorkflowExecution
• Optional cancelWorkflowExecution: null | ICancelWorkflowExecution
WorkflowCommand cancelWorkflowExecution
completeWorkflowExecution
• Optional completeWorkflowExecution: null | ICompleteWorkflowExecution
WorkflowCommand completeWorkflowExecution
continueAsNewWorkflowExecution
• Optional continueAsNewWorkflowExecution: null | IContinueAsNewWorkflowExecution
WorkflowCommand continueAsNewWorkflowExecution
failWorkflowExecution
• Optional failWorkflowExecution: null | IFailWorkflowExecution
WorkflowCommand failWorkflowExecution
modifyWorkflowProperties
• Optional modifyWorkflowProperties: null | IModifyWorkflowProperties
WorkflowCommand modifyWorkflowProperties