ProcedureInstanceState
- Last UpdatedApr 15, 2025
- 1 minute read
To create the ProcedureInstanceState enumeration file, use the process outlined in Create enumeration schema definitions.
The ProcedureInstanceState JSON text is
{
"Name": "ProcedureInstanceState",
"Id": "ProcedureInstanceState",
"State": "Active",
"Members": [
{
"Name": "New",
"Code": 1,
"State": "Active"
},
{
"Name": "InProgress",
"Code": 2,
"State": "Active"
},
{
"Name": "Completed",
"Code": 3,
"State": "Active"
},
{
"Name": "Paused",
"Code": 4,
"State": "Active"
}
]
}
In the URI field, type /Enumerations/ at the end of the existing text, then add the text from the "Id" field of the schema. For ProcedureInstanceState, use /Enumerations/ProcedureInstanceState.