Process links
Last updated
Last updated
Process actions can be attached to Camunda activities through process links. Configured actions will be executed when the process reached the desired activity. This makes it possible to extend the functionality of a process beyond what Camunda offers through BPMN.
Currently, the following types of process-links are supported by Valtimo:
Form
Form-flow
Plugin
There are two ways of creating process links:
Manually via the UI
Using autodeployment via the IDE
To configure process links, admin privileges are required.
Go to the Admin
menu
Go to the Process links v2 (beta)
menu
Select the activity of the desired process.
Depending on the type of activity, a list of supported process link types might be shown.
Follow the steps
A form process link can be added to user-tasks. When the process reaches the user-task, a user will be presented with the configured form when opening it.
More information about forms can be found here.
A form-flow process link can be added to user-tasks. When the process reaches the user-task, an instance of the form-flow will be created and be made visible to the user.
More information about form-flows can be found here.
When configuring a plugin process link, a wizard is presented to choose between the available plugin configuration, actions and (optionally) additional settings for that action.
Any text fields for configuring the process link itself support several ways of providing values through value resolvers:
A fixed value. This value will be put directly into the template without alterations. For example John
A value retrieved from the case-data. This value should start with doc:
and should end with the path to the case-data property. For example doc:/firstname
.
A value retrieved from a process variable. This value should start with pv:
and should end with the name of the process variable. For example pv:firstname
.
Process links that have been attached to Camunda activities, can also be edited. Admin privileges are required to edit process links.
Go to the Admin
menu
Go to the Process links v2 (beta)
menu
Select the activity of the desired process.
Change the settings using the provided form
Save the new configuration by clicking on Complete
Note: It is not possible to change the type of existing process links (form, form-flow or plugin), nor is it possible to change the selected plugin configuration. To do that, please unlink the current process link and create a new one.
Process links that have been attached to Camunda activities, can also be unlinked (deleted). Admin privileges are required to unlink/delete process links.
Go to the Admin
menu
Go to the Process links v2 (beta)
menu
Select the activity of the desired process.
Click on Unlink