ScheduledBehaviorState

ScheduledBehaviorState
ScheduledBehaviorState

Contains execution and schedule that represent the current state of the scheduled behavior.

JSON Example
{
    "execution": {
        "taskRef": {
            "name": "string",
            "id": "string"
        }
    },
    "schedule": {
        "inRetryMode": false,
        "retryCounter": 0,
        "allowedFailuresCounter": 0
    }
}
execution
Optional

Holds the last behavior task id related to this schedule.

schedule
Optional

Contains information about the runtime state of the schedule.

Availability
Added in 39.0