Custom process step event payload - HxGN SDx - Update 61 - Help - Hexagon

HxGN SDx Extensibility

Language
English
Product
HxGN SDx
Search by Category
Help
SmartPlant Foundation / SDx Version
10

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_superuser"

}