Interface: IWorkflowActivationJob
coresdk.workflow_activation.IWorkflowActivationJob
Properties of a WorkflowActivationJob.
Hierarchy
-
↳
IWorkflowActivationJob
Properties
cancelWorkflow
• Optional cancelWorkflow: null | $Properties
A request to cancel the workflow was received.
Inherited from
doUpdate
• Optional doUpdate: null | $Properties
A request to handle a workflow update.
Inherited from
fireTimer
• Optional fireTimer: null | $Properties
A timer has fired, allowing whatever was waiting on it (if anything) to proceed
Inherited from
initializeWorkflow
• Optional initializeWorkflow: null | $Properties
A workflow is starting, record all of the information from its start event
Inherited from
$Properties.initializeWorkflow
notifyHasPatch
• Optional notifyHasPatch: null | $Properties
A patch marker has been detected and lang is being told that change exists. This job is strange in that it is sent pre-emptively to lang without any corresponding command being sent first.
Inherited from
queryWorkflow
• Optional queryWorkflow: null | $Properties
A request to query the workflow was received. It is guaranteed that queries (one or more) always come in their own activation after other mutating jobs.
Inherited from
removeFromCache
• Optional removeFromCache: null | $Properties
Remove the workflow identified by the [WorkflowActivation] containing this job from the cache after performing the activation. It is guaranteed that this will be the only job in the activation if present.
Inherited from
resolveActivity
• Optional resolveActivity: null | $Properties
An activity was resolved, result could be completed, failed or cancelled
Inherited from
resolveChildWorkflowExecution
• Optional resolveChildWorkflowExecution: null | $Properties
A child workflow was resolved, result could be completed or failed
Inherited from
$Properties.resolveChildWorkflowExecution
resolveChildWorkflowExecutionStart
• Optional resolveChildWorkflowExecutionStart: null | $Properties
A child workflow execution has started or failed to start
Inherited from
$Properties.resolveChildWorkflowExecutionStart
resolveNexusOperation
• Optional resolveNexusOperation: null | $Properties
A nexus operation resolved.
Inherited from
$Properties.resolveNexusOperation
resolveNexusOperationStart
• Optional resolveNexusOperationStart: null | $Properties
A nexus operation started.
Inherited from
$Properties.resolveNexusOperationStart
resolveRequestCancelExternalWorkflow
• Optional resolveRequestCancelExternalWorkflow: null | $Properties
An attempt to cancel an external workflow resolved
Inherited from
$Properties.resolveRequestCancelExternalWorkflow
resolveSignalExternalWorkflow
• Optional resolveSignalExternalWorkflow: null | $Properties
An attempt to signal an external workflow resolved
Inherited from
$Properties.resolveSignalExternalWorkflow
signalWorkflow
• Optional signalWorkflow: null | $Properties
A request to signal the workflow was received.
Inherited from
updateRandomSeed
• Optional updateRandomSeed: null | $Properties
Workflow was reset. The randomness seed must be updated.
Inherited from
variant
• Optional variant: "initializeWorkflow" | "fireTimer" | "updateRandomSeed" | "queryWorkflow" | "cancelWorkflow" | "signalWorkflow" | "resolveActivity" | "notifyHasPatch" | "resolveChildWorkflowExecutionStart" | "resolveChildWorkflowExecution" | "resolveSignalExternalWorkflow" | "resolveRequestCancelExternalWorkflow" | "doUpdate" | "resolveNexusOperationStart" | "resolveNexusOperation" | "removeFromCache"
WorkflowActivationJob variant