DecisionTaskScheduledEventAttributes

Provides details about the DecisionTaskScheduled event.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

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
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String