Interface: $Properties
v1.ContinueAsNewWorkflowExecutionCommandAttributes.$Properties
Properties of a ContinueAsNewWorkflowExecutionCommandAttributes.
Hierarchy
-
$Properties
Properties
backoffStartInterval
• Optional backoffStartInterval: null | $Properties
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 | $Properties
Should be removed
header
• Optional header: null | $Properties
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. Deprecated. Only considered for versioning v0.2.
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.
initiator
• Optional initiator: null | ContinueAsNewInitiator
Should be removed
input
• Optional input: null | $Properties
ContinueAsNewWorkflowExecutionCommandAttributes input
lastCompletionResult
• Optional lastCompletionResult: null | $Properties
Should be removed
memo
• Optional memo: null | $Properties
ContinueAsNewWorkflowExecutionCommandAttributes memo
retryPolicy
• Optional retryPolicy: null | $Properties
ContinueAsNewWorkflowExecutionCommandAttributes retryPolicy
searchAttributes
• Optional searchAttributes: null | $Properties
ContinueAsNewWorkflowExecutionCommandAttributes searchAttributes
taskQueue
• Optional taskQueue: null | $Properties
ContinueAsNewWorkflowExecutionCommandAttributes taskQueue
workflowRunTimeout
• Optional workflowRunTimeout: null | $Properties
Timeout of a single workflow run.
workflowTaskTimeout
• Optional workflowTaskTimeout: null | $Properties
Timeout of a single workflow task.
workflowType
• Optional workflowType: null | $Properties
ContinueAsNewWorkflowExecutionCommandAttributes workflowType