RetrieveProcessInstances Function
Updated: November 29, 2016
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Retrieves all the business process flow instances for an entity record across all business process flow definitions.
This Web API function corresponds to the organization service RetrieveProcessInstancesRequest.
RetrieveProcessInstances function is not bound to any entity types.
Parameters allow for data to be passed to the function.
Name | Type | Nullable | Unicode | Description |
|---|---|---|---|---|
EntityId | Edm.Guid | false | 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. |
The RetrieveProcessInstances function returns the following value.
Type | Nullable | Description |
|---|---|---|
Collection(crmbaseentity EntityType) | false | Contains the response from the RetrieveProcessInstances Function. |
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright