Process Engine 10.7 | Process Engine Services | Summary of Elements in the WmPRT\pub Folder | pub.prt:ProcessData
 
pub.prt:ProcessData
WmPRT. Document type that describes the structure of the ProcessData section of the pipeline for a process.
This pipeline data is automatically filled in by the Process Engine for every step of a process. The service for that step is then executed with this data.
Parameters
The following table lists the parameters.
ProcessInstanceID
String Process instance ID of the running process.
ProcessIteration
String Number of times the process has been restarted (that is, iteration count).
ProcessModelID
String ID of the process model used by the running process.
ProcessModelVersion
String Version of the process model used by the running process.
ProcessStepID
String ID of the running step in the process.
LogicalServer
String Name of the logical server on which the running step was assigned and is executing.
TryCount
String The current iteration of the step.
LoopCounter
String The number of completed loops. After each loop is executed, the value of this field is incremented.
AuditContext
String
Roles
Document Conditional. If this process involves Trading Networks, this will contain information about the roles in the process. The key will be the role name, and the value will be an instance of the pub.prt.tn:RoleInfo IS document type.
See Also