routineRunRequest
routineRunRequest
Represents a Routine run request
JSON Example
{
"requestedBy": "string",
"correlation": {
"correlationType": "string",
"correlationId": "string"
},
"description": "string",
"callbackServiceId": "string",
"requestHeader": {
"entries": [
{
"key": "string"
}
]
},
"requestData": {
"entries": [
{
"key": "string"
}
]
}
}
string
requestedBy
Optional
name/id of the user requested the routine run
string
description
Optional
human readable description for the routine run request
string
callbackServiceId
Optional
service id to callback on routine run complete/fail