TransmittedTaskGroup
- Last UpdatedApr 15, 2025
- 1 minute read
To create the TransmittedTaskGroup event type definition, use the process outlined in Create event type schema definitions.
The TransmittedTaskGroup JSON text is
{
"Name": "TransmittedTaskGroup",
"Id": "TransmittedTaskGroup",
"State": "Active",
"Properties": [
{
"PropertyTypeCode": "Asset",
"Id": "asset",
"Name": "asset",
"Flags": "NoReverseLookup, Indexed",
"State": "Active",
"Description": "The asset associated with the resource"
},
{
"PropertyTypeCode": "Event",
"Id": "transmittedProcedure",
"Name": "transmittedProcedure",
"Flags": "None",
"State": "Active",
"PropertyTypeId": "TransmittedProcedure"
},
{
"PropertyTypeCode": "String",
"Id": "taskGroupId",
"Name": "taskGroupId",
"Flags": "None",
"State": "Active",
"PropertyTypeId": ""
},
{
"PropertyTypeCode": "String",
"Id": "userId",
"Name": "userId",
"Flags": "None",
"State": "Active",
"PropertyTypeId": ""
},
{
"PropertyTypeCode": "DateTime",
"Id": "transmittedDate",
"Name": "transmittedDate",
"Flags": "Indexed",
"State": "Active",
"PropertyTypeId": ""
},
{
"PropertyTypeCode": "String",
"Id": "statusListItemId",
"Name": "statusListItemId",
"Flags": "None",
"State": "Active",
"PropertyTypeId": ""
},
{
"PropertyTypeCode": "String",
"Id": "statusListItemValue",
"Name": "statusListItemValue",
"Flags": "None",
"State": "Active",
"PropertyTypeId": ""
},
{
"PropertyTypeCode": "Enumeration",
"Id": "answerStatus",
"Name": "answerStatus",
"Flags": "None",
"State": "Active",
"PropertyTypeId": "ProcedureNodeAnswerStatusEnum"
}
]
}
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 TransmittedTaskGroup definition, enter /EventTypes/TransmittedTaskGroup.