Builder
Properties
The policy to use for the child workflow executions if this execution gets terminated by explicitly calling the TerminateWorkflowExecution action or due to an expired timeout.
The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the StartChildWorkflowExecution
Decision to request this child workflow execution. This information can be useful for diagnosing problems by tracing back the cause of events.
The maximum duration for the child workflow execution. If the workflow execution isn't closed within this duration, it is timed out and force-terminated.
The IAM role to attach to the child workflow execution.
The priority assigned for the 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.
The maximum duration allowed for the decision tasks for this workflow execution.
The workflowId
of the child workflow execution.
The type of the child workflow execution.
Functions
construct an aws.sdk.kotlin.services.swf.model.TaskList inside the given block
construct an aws.sdk.kotlin.services.swf.model.WorkflowType inside the given block