Type alias GetProcessInstancesDelegate

GetProcessInstancesDelegate: Xrm.ProcessFlow.GetProcessInstancesDelegate

Called when method to get active processes is complete

Param

The result of the get active processes operation.

Remarks

Returns object with the following key-value pairs:

  • CreatedOn
  • ProcessDefinitionID
  • ProcessDefinitionName
  • ProcessInstanceID
  • ProcessInstanceName
  • StatusCodeName

Deprecated

Use GetProcessInstancesDelegate instead.

Generated using TypeDoc