SetProcessRequest.NewProcessInstance Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the business process flow instance to be set as the active business process flow instance for the target entity. Optional.
public:
property Microsoft::Xrm::Sdk::EntityReference ^ NewProcessInstance { Microsoft::Xrm::Sdk::EntityReference ^ get(); void set(Microsoft::Xrm::Sdk::EntityReference ^ value); };
public Microsoft.Xrm.Sdk.EntityReference NewProcessInstance { get; set; }
member this.NewProcessInstance : Microsoft.Xrm.Sdk.EntityReference with get, set
Public Property NewProcessInstance As EntityReference
Property Value
Remarks
If you do not specify this parameter and there isn't any active business process flow instance for the target entity record and the specified business process flow definition, a new business process flow instance will be created and set as the active instance.