TargetConfiguration
TargetConfiguration
Contains information with which behavior and entity a given schedule is mapped.
JSON Example
{
"behaviorRef": {
"name": "string",
"id": "string"
},
"entityRef": {
"name": "string",
"id": "string"
},
"invocationArguments": {
"arguments": {},
"metadata": {}
}
}
invocationArguments
Optional
The arguments that will be passed to the scheduled behavior when executing.