GetProcessInstanceData

Returns data about process instance instances from the TIBCO ActiveMatrix BPM runtime. Note that the TIBCO ActiveMatrix BPM runtime does not have data about process instances that are CANCELD or COMPLETED. The following information is displayed:

  • endTime
  • duration
  • priority
  • originator
  • processId
  • processState
  • startTime
Action GetProcessInstanceData
Parameter Notes
  • moduleName: the name of the .xpdl file where the process is stored. This is defined in TIBCO Business Studio.
  • processName: the name of the process template. This is defined in TIBCO Business Studio at design-time.
  • version: identifies the version of the process template.
Return ProcessInstancesDataResult

Required System Action

queryProcessInstance.