Hi everyone!
I would like to add some tasks before the first step of a proccess. Is there a way to execute those tasks when the proccess is instantiated if they are not defined in the BPMN?
Thank you,
Ignacio.
Hi everyone!
I would like to add some tasks before the first step of a proccess. Is there a way to execute those tasks when the proccess is instantiated if they are not defined in the BPMN?
Thank you,
Ignacio.
you have several options to achive this:
Hope this helps, Ingo
In addition to the options Ingo mentioned, if you can edit the process, you could add an ExecutionListener to the process’ start event (or the actual start event of the process). The actions there remain functionally invisible in the process diagram, but are still executed before any other activity. Of course, you can wonder whether you really want them invisible (ie, purely technical) or want to make them visible, just not in this process. In the latter case, Ingo’s options are better