Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
Version 1
Current »
Name | Type | Description | Mandatory | Available from version |
---|
UpdateWorkflowInstance | WorkflowInstance[] | Each WorkflowInstance in the array is of a certain type. Each type is explained below |
|
|
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