Custom process step event payload - SmartPlant Foundation - IM Update 44 - Customization & Programming - Hexagon

SmartPlant Foundation Customization

Language
English
Product
SmartPlant Foundation
Search by Category
Customization & Programming
SmartPlant Foundation / SDx Version
10

The server custom process step event message contains the following 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_superuser"

}