RetrieveByObjectWFProcessRequest Class
Specifies the parameters needed to retrieve workflow processes associated with the specified entity instance.
The RetrieveByObjectWFProcessRequest class inherits from Request. It exposes the following members.
Constructor | Description |
RetrieveByObjectWFProcessRequest | Initializes a new instance of the RetrieveByObjectWFProcessRequest class. |
Field | Description |
EntityMoniker | Specifies the entity instance to look for. |
ProcessType | Specifies the type of process to retrieve. |
Query | Specifies a query to constrain the result set. |
ReturnDynamicEntities | Specifies whether the result of the operation contains an instances of the class wfprocess or the DynamicEntity class. |
See Also