Builder

class Builder

Properties

Link copied to clipboard

The policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.

Link copied to clipboard

The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the ContinueAsNewWorkflowExecution decision that started this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

Link copied to clipboard

The total duration allowed for the new workflow execution.

Link copied to clipboard

The input provided to the new workflow execution.

Link copied to clipboard

The IAM role to attach to the new (continued) workflow execution.

Link copied to clipboard

The runId of the new workflow execution.

Link copied to clipboard

The list of tags associated with the new workflow execution.

Link copied to clipboard

The task list to use for the decisions of the new (continued) workflow execution.

Link copied to clipboard

The priority of the task to use for the decisions of the new (continued) workflow execution.

Link copied to clipboard

The maximum duration of decision tasks for the new workflow execution.

Link copied to clipboard

The workflow type of this execution.

Functions

Link copied to clipboard
fun taskList(block: TaskList.Builder.() -> Unit)
Link copied to clipboard