Skip to main content

Interface: IContinueAsNewWorkflowExecutionCommandAttributes

command.v1.IContinueAsNewWorkflowExecutionCommandAttributes

Properties of a ContinueAsNewWorkflowExecutionCommandAttributes.

Hierarchy

  • $Properties

    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

$Properties.cronSchedule


failure

Optional failure: null | $Properties

Should be removed

Inherited from

$Properties.failure


Optional header: null | $Properties

ContinueAsNewWorkflowExecutionCommandAttributes header

Inherited from

$Properties.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.

Inherited from

$Properties.inheritBuildId


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

$Properties.initiator


input

Optional input: null | $Properties

ContinueAsNewWorkflowExecutionCommandAttributes input

Inherited from

$Properties.input


lastCompletionResult

Optional lastCompletionResult: null | $Properties

Should be removed

Inherited from

$Properties.lastCompletionResult


memo

Optional memo: null | $Properties

ContinueAsNewWorkflowExecutionCommandAttributes memo

Inherited from

$Properties.memo


retryPolicy

Optional retryPolicy: null | $Properties

ContinueAsNewWorkflowExecutionCommandAttributes retryPolicy

Inherited from

$Properties.retryPolicy


searchAttributes

Optional searchAttributes: null | $Properties

ContinueAsNewWorkflowExecutionCommandAttributes searchAttributes

Inherited from

$Properties.searchAttributes


taskQueue

Optional taskQueue: null | $Properties

ContinueAsNewWorkflowExecutionCommandAttributes taskQueue

Inherited from

$Properties.taskQueue


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

Inherited from

$Properties.workflowType