Interface: IWorkflowExecutionContinuedAsNewEventAttributes
history.v1.IWorkflowExecutionContinuedAsNewEventAttributes
Properties of a WorkflowExecutionContinuedAsNewEventAttributes.
Implemented by
Properties
backoffStartInterval
• Optional backoffStartInterval: null | IDuration
How long the server will wait before scheduling the first workflow task for the new run. Used for cron, retry, and other continue-as-new cases that server may enforce some minimal delay between new runs for system protection purpose.
failure
• Optional failure: null | IFailure
Deprecated. If a workflow's retry policy would cause a new run to start when the current one
has failed, this field would be populated with that failure. Now (when supported by server
and sdk) the final event will be WORKFLOW_EXECUTION_FAILED with new_execution_run_id set.
header
• Optional header: null | IHeader
WorkflowExecutionContinuedAsNewEventAttributes 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
WorkflowExecutionContinuedAsNewEventAttributes initiator
input
• Optional input: null | IPayloads
WorkflowExecutionContinuedAsNewEventAttributes input
lastCompletionResult
• Optional lastCompletionResult: null | IPayloads
The result from the most recent completed run of this workflow. The SDK surfaces this to the
new run via APIs such as GetLastCompletionResult.
memo
• Optional memo: null | IMemo
WorkflowExecutionContinuedAsNewEventAttributes memo
newExecutionRunId
• Optional newExecutionRunId: null | string
The run ID of the new workflow started by this continue-as-new
searchAttributes
• Optional searchAttributes: null | ISearchAttributes
WorkflowExecutionContinuedAsNewEventAttributes searchAttributes
taskQueue
• Optional taskQueue: null | ITaskQueue
WorkflowExecutionContinuedAsNewEventAttributes taskQueue
workflowRunTimeout
• Optional workflowRunTimeout: null | IDuration
Timeout of a single workflow run.
workflowTaskCompletedEventId
• Optional workflowTaskCompletedEventId: null | Long
The WORKFLOW_TASK_COMPLETED event which this command was reported with
workflowTaskTimeout
• Optional workflowTaskTimeout: null | IDuration
Timeout of a single workflow task.
workflowType
• Optional workflowType: null | IWorkflowType
WorkflowExecutionContinuedAsNewEventAttributes workflowType