Builder

class Builder

Properties

Link copied to clipboard

The maximum amount of time the decision task can wait to be assigned to a worker.

Link copied to clipboard

The maximum duration for this decision task. The task is considered timed out if it doesn't completed within this duration.

Link copied to clipboard

The name of the task list in which the decision task was scheduled.

Link copied to clipboard

A task priority that, if set, specifies the priority for this decision task. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

Functions

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