Interface: IWorkflowCommand
coresdk.workflow_commands.IWorkflowCommand
Properties of a WorkflowCommand.
Hierarchy
-
↳
IWorkflowCommand
Properties
cancelChildWorkflowExecution
• Optional cancelChildWorkflowExecution: null | $Properties
WorkflowCommand cancelChildWorkflowExecution
Inherited from
$Properties.cancelChildWorkflowExecution
cancelSignalWorkflow
• Optional cancelSignalWorkflow: null | $Properties
WorkflowCommand cancelSignalWorkflow
Inherited from
$Properties.cancelSignalWorkflow
cancelTimer
• Optional cancelTimer: null | $Properties
WorkflowCommand cancelTimer
Inherited from
cancelWorkflowExecution
• Optional cancelWorkflowExecution: null | $Properties
WorkflowCommand cancelWorkflowExecution
Inherited from
$Properties.cancelWorkflowExecution
completeWorkflowExecution
• Optional completeWorkflowExecution: null | $Properties
WorkflowCommand completeWorkflowExecution
Inherited from
$Properties.completeWorkflowExecution
continueAsNewWorkflowExecution
• Optional continueAsNewWorkflowExecution: null | $Properties
WorkflowCommand continueAsNewWorkflowExecution
Inherited from
$Properties.continueAsNewWorkflowExecution
failWorkflowExecution
• Optional failWorkflowExecution: null | $Properties
WorkflowCommand failWorkflowExecution
Inherited from
$Properties.failWorkflowExecution
modifyWorkflowProperties
• Optional modifyWorkflowProperties: null | $Properties
WorkflowCommand modifyWorkflowProperties
Inherited from
$Properties.modifyWorkflowProperties
requestCancelActivity
• Optional requestCancelActivity: null | $Properties
WorkflowCommand requestCancelActivity
Inherited from
$Properties.requestCancelActivity
requestCancelExternalWorkflowExecution
• Optional requestCancelExternalWorkflowExecution: null | $Properties
WorkflowCommand requestCancelExternalWorkflowExecution
Inherited from
$Properties.requestCancelExternalWorkflowExecution
requestCancelLocalActivity
• Optional requestCancelLocalActivity: null | $Properties
WorkflowCommand requestCancelLocalActivity
Inherited from
$Properties.requestCancelLocalActivity
requestCancelNexusOperation
• Optional requestCancelNexusOperation: null | $Properties
WorkflowCommand requestCancelNexusOperation
Inherited from
$Properties.requestCancelNexusOperation
respondToQuery
• Optional respondToQuery: null | $Properties
WorkflowCommand respondToQuery
Inherited from
scheduleActivity
• Optional scheduleActivity: null | $Properties
WorkflowCommand scheduleActivity
Inherited from
scheduleLocalActivity
• Optional scheduleLocalActivity: null | $Properties
WorkflowCommand scheduleLocalActivity
Inherited from
$Properties.scheduleLocalActivity
scheduleNexusOperation
• Optional scheduleNexusOperation: null | $Properties
WorkflowCommand scheduleNexusOperation
Inherited from
$Properties.scheduleNexusOperation
setPatchMarker
• Optional setPatchMarker: null | $Properties
WorkflowCommand setPatchMarker
Inherited from
signalExternalWorkflowExecution
• Optional signalExternalWorkflowExecution: null | $Properties
WorkflowCommand signalExternalWorkflowExecution
Inherited from
$Properties.signalExternalWorkflowExecution
startChildWorkflowExecution
• Optional startChildWorkflowExecution: null | $Properties
WorkflowCommand startChildWorkflowExecution
Inherited from
$Properties.startChildWorkflowExecution
startTimer
• Optional startTimer: null | $Properties
WorkflowCommand startTimer
Inherited from
updateResponse
• Optional updateResponse: null | $Properties
WorkflowCommand updateResponse
Inherited from
upsertWorkflowSearchAttributes
• Optional upsertWorkflowSearchAttributes: null | $Properties
WorkflowCommand upsertWorkflowSearchAttributes
Inherited from
$Properties.upsertWorkflowSearchAttributes
userMetadata
• Optional userMetadata: null | $Properties
User metadata that may or may not be persisted into history depending on the command type. Lang layers are expected to expose the setting of the internals of this metadata on a per-command basis where applicable.
Inherited from
variant
• Optional variant: "startTimer" | "scheduleActivity" | "respondToQuery" | "requestCancelActivity" | "cancelTimer" | "completeWorkflowExecution" | "failWorkflowExecution" | "continueAsNewWorkflowExecution" | "cancelWorkflowExecution" | "setPatchMarker" | "startChildWorkflowExecution" | "cancelChildWorkflowExecution" | "requestCancelExternalWorkflowExecution" | "signalExternalWorkflowExecution" | "cancelSignalWorkflow" | "scheduleLocalActivity" | "requestCancelLocalActivity" | "upsertWorkflowSearchAttributes" | "modifyWorkflowProperties" | "updateResponse" | "scheduleNexusOperation" | "requestCancelNexusOperation"
WorkflowCommand variant