Interface: IContinueAsNewWorkflowExecutionCommandAttributes
command.v1.IContinueAsNewWorkflowExecutionCommandAttributes
Properties of a ContinueAsNewWorkflowExecutionCommandAttributes.
Hierarchy
-
↳
IContinueAsNewWorkflowExecutionCommandAttributes
Properties
backoffStartInterval
• Optional backoffStartInterval: null | $Properties
How long the workflow start will be delayed - not really a "backoff" in the traditional sense.
Inherited from
$Properties.backoffStartInterval
cronSchedule
• Optional cronSchedule: null | string
Should be removed. Not necessarily unused but unclear and not exposed by SDKs.
Inherited from
failure
• Optional failure: null | $Properties
Should be removed
Inherited from
header
• Optional header: null | $Properties
ContinueAsNewWorkflowExecutionCommandAttributes header
Inherited from
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. Deprecated. Only considered for versioning v0.2.
Inherited from
initialVersioningBehavior
• Optional initialVersioningBehavior: null | ContinueAsNewVersioningBehavior
Experimental. Optionally decide the versioning behavior that the first task of the new run should use. For example, choose to AutoUpgrade on continue-as-new instead of inheriting the pinned version of the previous run.
Inherited from
$Properties.initialVersioningBehavior
initiator
• Optional initiator: null | ContinueAsNewInitiator
Should be removed
Inherited from
input
• Optional input: null | $Properties
ContinueAsNewWorkflowExecutionCommandAttributes input
Inherited from
lastCompletionResult
• Optional lastCompletionResult: null | $Properties
Should be removed
Inherited from
$Properties.lastCompletionResult
memo
• Optional memo: null | $Properties
ContinueAsNewWorkflowExecutionCommandAttributes memo
Inherited from
retryPolicy
• Optional retryPolicy: null | $Properties
ContinueAsNewWorkflowExecutionCommandAttributes retryPolicy
Inherited from
searchAttributes
• Optional searchAttributes: null | $Properties
ContinueAsNewWorkflowExecutionCommandAttributes searchAttributes
Inherited from
taskQueue
• Optional taskQueue: null | $Properties
ContinueAsNewWorkflowExecutionCommandAttributes taskQueue
Inherited from
workflowRunTimeout
• Optional workflowRunTimeout: null | $Properties
Timeout of a single workflow run.
Inherited from
$Properties.workflowRunTimeout
workflowTaskTimeout
• Optional workflowTaskTimeout: null | $Properties
Timeout of a single workflow task.
Inherited from
$Properties.workflowTaskTimeout
workflowType
• Optional workflowType: null | $Properties
ContinueAsNewWorkflowExecutionCommandAttributes workflowType