Updates workflow subscription
Updates workflow subscription
Request
URI
PUT
https://{api_host}/advanced-designer-service/api/event-broker/subscriptions/{subscriptionId}
COPY
Path Parameters
string
subscriptionId
Required
The id of the workflow subscription instance to update
Request Body
The new state of the workflow subscription
WorkflowSubscription of type(s) application/json
Required
{
"description": "string",
"eventTopicId": "string",
"priority": 0,
"failOnError": false,
"version": {
"major": 0,
"minor": 0,
"micro": 0,
"version": "string",
"revision": 0
},
"timeout": 0,
"blocking": false,
"tenantId": "string",
"name": "string",
"statusName": "string",
"id": "string",
"reply": false,
"workflowId": "string",
"status": "string"
}
string
description
Optional
description
string
eventTopicId
Optional
eventTopicId
integer As int32 As int32
priority
Optional
priority
boolean
failOnError
Optional
failOnError
integer As int32 As int32
timeout
Optional
timeout
boolean
blocking
Optional
blocking
string
tenantId
Optional
tenantId
string
name
Optional
name
string
statusName
Optional
statusName
string As uuid As uuid
id
Optional
id
boolean
reply
Optional
reply
string
workflowId
Required
workflowId
string
status
Required
status
Possible values are : DRAFT, PUBLISHED, RETIRED,
Responses
200
successful operation
Operation doesn't return any data structure
204
Operation doesn't return any data structure