Invoke BPA Process
Description
This activity invokes the specified BPA Process and executes it in asynchronous mode.
Properties
Input
- Process Name – Specify the process by its name to be invoked.
- Input Arguments – Bind the required process model data.
Misc
- DisplayName – Add a display name to your activity.
- Private – By default, activity will log the values of your properties inside your workflow. If private is selected, then it stops logging.
Optional
- Continue On Error – Specifies if the automation should continue even when the activity throws an error. This field only supports Boolean values (True, False). The default value is False.
note
If this activity is included in Try Catch and the value of this property is True, no error is caught when the project is executed.
- Process Instance Name - Specify the name for the process instance.
Output
- Process Instance Id – Returns the ID of the created process instance. You can use this ID inside Get Process Instance Status to get the status of the process instance.
Example
Download Example