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.