ScheduledBehaviors

ScheduledBehaviors
ScheduledBehaviors

A list of scheduled behaviors.

AllOf
This class requires all of the following:
JSON Example
{
    "resultTotal": 0,
    "pageCount": 0,
    "page": 0,
    "pageSize": 0,
    "associations": [
        {
            "entityId": "string",
            "associationId": "string"
        }
    ],
    "values": [
        {
            "id": "string",
            "name": "string",
            "configuration": {
                "target": {
                    "behaviorRef": {
                        "name": "string",
                        "id": "string"
                    },
                    "entityRef": {
                        "name": "string",
                        "id": "string"
                    },
                    "invocationArguments": {
                        "arguments": {},
                        "metadata": {}
                    }
                },
                "config": {
                    "active": false,
                    "runOnce": false,
                    "retries": 0,
                    "allowedFailures": 0,
                    "cronExpression": "30 * * * * * (Executes behavior every 30 seconds)",
                    "taskTimeout": 0
                }
            },
            "state": {
                "execution": {
                    "taskRef": {
                        "name": "string",
                        "id": "string"
                    }
                },
                "schedule": {
                    "inRetryMode": false,
                    "retryCounter": 0,
                    "allowedFailuresCounter": 0
                }
            }
        }
    ]
}
Availability
Added in 39.0