DecisionTaskScheduledEventAttributes    
    Provides details about the DecisionTaskScheduled event.
Types
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
                  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
                  inline fun copy(block: DecisionTaskScheduledEventAttributes.Builder.() -> Unit = {}): DecisionTaskScheduledEventAttributes