ProcedureInstance
- Last UpdatedApr 15, 2025
- 1 minute read
To create the ProcedureInstance event type definition, use the process outlined in Create event type schema definitions.
The ProcedureInstance JSON text is
{
"Name": "ProcedureInstance",
"Id": "ProcedureInstance",
"State": "Active",
"Properties": [
{
"PropertyTypeCode": "Asset",
"Id": "asset",
"Name": "asset",
"Flags": "NoReverseLookup, Indexed",
"State": "Active",
"Description": "The asset associated with the resource"
},
{
"PropertyTypeCode": "String",
"Id": "releasedRevisionId",
"Name": "releasedRevisionId",
"Flags": "None",
"State": "Active",
"PropertyTypeId": ""
},
{
"PropertyTypeCode": "Enumeration",
"Id": "instanceState",
"Name": "instanceState",
"Flags": "None",
"State": "Active",
"PropertyTypeId": "ProcedureInstanceState"
}
]
}
In the URI field, type /EventTypes/ at the end of the existing text, then add the text from the "Id" field of the schema. For the ProcedureInstance definition, enter /EventTypes/ProcedureInstance.