Interface: $Properties
v1.StartWorkflowExecutionRequest.$Properties
Properties of a StartWorkflowExecutionRequest.
Hierarchy
-
$Properties
Properties
completionCallbacks
• Optional completionCallbacks: null | $Properties[]
Callbacks to be called by the server when this workflow reaches a terminal state. If the workflow continues-as-new, these callbacks will be carried over to the new execution. Callback addresses must be whitelisted in the server's dynamic configuration.
continuedFailure
• Optional continuedFailure: null | $Properties
These values will be available as ContinuedFailure and LastCompletionResult in the WorkflowExecutionStarted event and through SDKs. The are currently only used by the server itself (for the schedules feature) and are not intended to be exposed in StartWorkflowExecution.
cronSchedule
• Optional cronSchedule: null | string
See https://docs.temporal.io/docs/content/what-is-a-temporal-cron-job/
eagerWorkerDeploymentOptions
• Optional eagerWorkerDeploymentOptions: null | $Properties
Deployment Options of the worker who will process the eager task. Passed when request_eager_execution=true.
header
• Optional header: null | $Properties
StartWorkflowExecutionRequest header