The server custom process step event message contains the following object payload properties:
Property |
Description |
OBID |
The OBID value of the triggering object (string) |
UID |
The UID value of the triggering object (string) |
DomainUID |
The DomainUID value of the triggering object (string) |
WorkflowStepClassName |
Current process step class name of the triggering workflow ste |
WorkflowObjectObid |
The OBID of the object the workflow is attached to |
ConfigUID |
The UID of the configuration that triggered the event |
User |
The UID of user who triggered the event |
The following example shows a typical object event JSON payload:
{
"obid": "A543BC",
"uid": "Folder001",
"domainUID": "ADMIN",
"WorkflowStepClassName": "ExampleProcessStepName"
"WorkflowObjectOBID": "A0BB2",
"configUID": "PL_PlantA",
"user": "USR_adminuser"
}