RetrieveProcessInstances Function
Retrieves all the business process flow instances for an entity record across all business process flow definitions.
Parameters
Parameters allow for data to be passed to the function.
Name | Type | Nullable | Unicode | Description |
---|---|---|---|---|
EntityId
|
Edm.Guid | False | True | Id of the entity record for which you want to retrieve all the business process flow instances across all business process flow definitions. |
EntityLogicalName
|
Edm.String | False | False | Logical name of the entity for which you want to retrieve all the business process flow instances across all business process flow definitions. |
Return type
Type | Nullable | Description |
---|---|---|
Collection(crmbaseentity) | False | The RetrieveProcessInstances function returns the following value. |