Inputs (Array of UpdateWorkflowInstance to update)
Name | Type | Description | Mandatory | Available from version |
---|---|---|---|---|
UpdateWorkflowInstance | WorkflowInstance[] | Each WorkflowInstance in the array is of a certain type. Each type is explained below | 2.23 |
WorkflowInstance types
AdmissionWorkflowInstance
Name | Type | Description | Mandatory | Available from version |
---|---|---|---|---|
AdmissionId | Guid | Id of the Admission for wich the state should be updated | true | 2.23 |
CurrentStateKey | Enum | Enum of the available states | true | 2.23 |
Outputs
Name | Type | Description | Available from version |
---|---|---|---|
Entities | Array | Array of WorkflowInstances derived from the request, and errors (if existing) for each entity |
Code examples
Code Block | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
...