Interface: IContinueAsNewWorkflowExecutionCommandAttributes
command.v1.IContinueAsNewWorkflowExecutionCommandAttributes
Properties of a ContinueAsNewWorkflowExecutionCommandAttributes.
Implemented by
Properties
backoffStartInterval
• Optional
backoffStartInterval: null
| IDuration
How long the workflow start will be delayed - not really a "backoff" in the traditional sense.
cronSchedule
• Optional
cronSchedule: null
| string
Should be removed. Not necessarily unused but unclear and not exposed by SDKs.
failure
• Optional
failure: null
| IFailure
Should be removed
header
• Optional
header: null
| IHeader
ContinueAsNewWorkflowExecutionCommandAttributes header
inheritBuildId
• Optional
inheritBuildId: null
| boolean
If this is set, the new execution inherits the Build ID of the current execution. Otherwise, the assignment rules will be used to independently assign a Build ID to the new execution.
initiator
• Optional
initiator: null
| ContinueAsNewInitiator
Should be removed
input
• Optional
input: null
| IPayloads
ContinueAsNewWorkflowExecutionCommandAttributes input
lastCompletionResult
• Optional
lastCompletionResult: null
| IPayloads
Should be removed
memo
• Optional
memo: null
| IMemo
ContinueAsNewWorkflowExecutionCommandAttributes memo
retryPolicy
• Optional
retryPolicy: null
| IRetryPolicy
ContinueAsNewWorkflowExecutionCommandAttributes retryPolicy
searchAttributes
• Optional
searchAttributes: null
| ISearchAttributes
ContinueAsNewWorkflowExecutionCommandAttributes searchAttributes
taskQueue
• Optional
taskQueue: null
| ITaskQueue
ContinueAsNewWorkflowExecutionCommandAttributes taskQueue
workflowRunTimeout
• Optional
workflowRunTimeout: null
| IDuration
Timeout of a single workflow run.
workflowTaskTimeout
• Optional
workflowTaskTimeout: null
| IDuration
Timeout of a single workflow task.
workflowType
• Optional
workflowType: null
| IWorkflowType
ContinueAsNewWorkflowExecutionCommandAttributes workflowType