InheritAttachedBlogHandler
Description
This ActionHandler writes notes from a main process into a sub process, which were created before the subprocess was started, into the the subprocess.
This ActionHandler is set up in the subprocess. If notes from the main process should be available at process start of the subprocess, the ActionHandler should be set up in the first process task with the event type ‘Node-Enter’.
If notes should be transferred at the end of a subprocess to the main process, the ActionHandler should be set up on the last task in the subprocess with the parameter upward=true
and the event type 'Node-Leave'.
Class
com.dooris.bpm.actionhandler.InheritAttachedBlogHandler
Parameter
Parameter | Default value | Description | Valid examples |
---|---|---|---|
|
| Specifies whether the attached notes should be fetched from the main process ( |
|
Â
Example:
A main process and subprocess are required to use this ActionHandler. In the main process, the subprocess is called via the hidden suboprocess shape with the name ‘Subprocess Testing for notes’.
The ActionHandler is implemented on the task ‘Subprocess for InheritedAttachedBlogHandler’ in the subprocess with the event-type ‘Node-Enter’.
It is important that the sub-process must always be deployed before the main process, so that the system can establish the relationship between the two processes.
If you make changes to the sub-process, the main process must also be deployed again so that the current version of the sub-process is used by the system.
Â
Then a new process of the main process can be started. After process instance start notes can be created in the notes tab of the instance or in the first task.
Â
Here a note was created on process instance view of the currently started main process.
Â
After the "First Task" is completed in the main process, the subprocess is started and the note from the main process is available in the subprocess.
The note, which was added in the main process is also available in the subprocess:
Â
Â
Â
Â
Â
© TIM Solutions GmbH | AGB | Datenschutz | Impressum