Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Inputs (Array of UpdateWorkflowInstance to update)

NameTypeDescriptionMandatoryAvailable from version
UpdateWorkflowInstanceWorkflowInstance[] Each WorkflowInstance in the array is of a certain type. Each type is explained below
2.23

WorkflowInstance types


AdmissionWorkflowInstance

NameTypeDescriptionMandatoryAvailable from version
AdmissionIdGuidId of the Admission for wich the state should be updatedtrue

2.23

CurrentStateKeyEnumEnum of the available statestrue2.23

Outputs

NameTypeDescriptionAvailable from version
EntitiesArrayArray of WorkflowInstances derived from the request, and errors (if existing) for each entity

Code examples

Code Block
languagec#
themeRDark
titleC# - Get all account types from a BFS instance
linenumberstrue
collapsetrue

...