Creates a new WorkflowTaskOption
Success
Unauthorized
{- "workflow_Key": 0,
- "workflowTask_Seq": 0,
- "workflowTask_Option": "string"
}
{- "data": {
- "workflow_Key": 0,
- "workflowTask_Seq": 0,
- "workflowTask_Option": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Lists all WorkflowTaskOption for the given workflowKey and workflowTaskSeq
Success
Unauthorized
Create multiple WorkflowTaskOption at once. If the entity does not exist, it will be created. If the entity does exist, an error message will be treturned.
Success
Unauthorized
[- {
- "workflow_Key": 0,
- "workflowTask_Seq": 0,
- "workflowTask_Option": "string"
}
]
{- "data": [
- {
- "id": [
- {
- "key": "string",
- "value": "string"
}
], - "status": 0,
- "body": "string"
}
], - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}