Builder

class Builder

Properties

Link copied to clipboard

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

Link copied to clipboard

The total duration for this workflow execution.

Link copied to clipboard

The IAM role attached to the child workflow execution.

Link copied to clipboard

The task list used for the decision tasks generated for this workflow execution.

Link copied to clipboard

The priority assigned to decision tasks for this workflow execution. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

Link copied to clipboard

The maximum duration allowed for decision tasks for this workflow execution.

Functions

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