Add Micro Processes to Your Main Workflow
Learn how to add micro processes to the workflow of your main process.
Add a micro process to your structured process workflow
- On the Process Editor’s elements palette, expand the System elements.
- Drag and drop a Micro Process element into your process workflow.
- Implement the micro process element:
- Click the element and select Open Properties, General.
- Select a micro process link from the drop-down list. All the links that you’ve created within the application are listed here.
- Click Open Data Association and configure input and output data mappings for the micro process task.
- Click Save.
Note:
You can also use a process for which you have not created a link previously. Click Use Micro Process
Add a micro process to your dynamic process canvas
To add a micro process activity in a dynamic process, see Create Activities.
To edit the activity's implementation details, see Specify Implementation Details for a Micro Process Activity.
Finally, perform the necessary data associations for the micro process activity.
Note:
- You can call only message-based processes (Message Start and Message End) using the micro process element or activity. Additionally, you’ll need to ensure that the start and end events of the micro processes called are correctly configured, so that the data flow between processes is seamless.
- In dynamic processes, you can call only asynchronous micro process links.
- You can edit the authentication and other settings for a micro process link while activating the main process.