Class: WorkflowCommand
coresdk.workflow_commands.WorkflowCommand
Represents a WorkflowCommand.
Properties
cancelChildWorkflowExecution
• Optional cancelChildWorkflowExecution: null | $Properties
WorkflowCommand cancelChildWorkflowExecution.
cancelSignalWorkflow
• Optional cancelSignalWorkflow: null | $Properties
WorkflowCommand cancelSignalWorkflow.
cancelTimer
• Optional cancelTimer: null | $Properties
WorkflowCommand cancelTimer.
cancelWorkflowExecution
• Optional cancelWorkflowExecution: null | $Properties
WorkflowCommand cancelWorkflowExecution.
completeWorkflowExecution
• Optional completeWorkflowExecution: null | $Properties
WorkflowCommand completeWorkflowExecution.
continueAsNewWorkflowExecution
• Optional continueAsNewWorkflowExecution: null | $Properties
WorkflowCommand continueAsNewWorkflowExecution.
eventGroupMarkers
• eventGroupMarkers: $Properties[]
Event group markers attached to the command. These are forwarded onto
the corresponding server-side Command, and consequently surfaced on the
resulting HistoryEvent. See temporal/api/sdk/v1/event_group_marker.proto.
failWorkflowExecution
• Optional failWorkflowExecution: null | $Properties
WorkflowCommand failWorkflowExecution.
modifyWorkflowProperties
• Optional modifyWorkflowProperties: null | $Properties
WorkflowCommand modifyWorkflowProperties.
requestCancelActivity
• Optional requestCancelActivity: null | $Properties
WorkflowCommand requestCancelActivity.
requestCancelExternalWorkflowExecution
• Optional requestCancelExternalWorkflowExecution: null | $Properties
WorkflowCommand requestCancelExternalWorkflowExecution.
requestCancelLocalActivity
• Optional requestCancelLocalActivity: null | $Properties
WorkflowCommand requestCancelLocalActivity.
requestCancelNexusOperation
• Optional requestCancelNexusOperation: null | $Properties
WorkflowCommand requestCancelNexusOperation.