====== WaitForSoftLinkedSubprocessesHandler ====== ==== Description ==== This handler can be used in two different ways. * As an event on a node it prevents progressing the process / finishing a task if a process, which was started via Softlink, is not finished yet. * As a decision handler on a XOR gateway it can determine if a Softlink process is finished or not. For that on way has to caontain the name **running**, this is the way that will be gone, if the process if not finished. The other way gets the name **finished**, thi is the way, which will be gone, if the softlink process is finished. ---- ==== class ==== com.dooris.bpm.actionhandler.WaitForSoftLinkedSubprocessesHandler ---- ==== Event Type ==== any ==== Action Name ==== any ==== Mandatory Fields ==== - ---- ==== Parameter ==== - ---- ==== Example as Actionhandler ==== {{ :en:software:tim:actionhandler:waitforsoftlinkstateah.png?800x544 }} ==== Example as DecisionHandler ==== {{ :en:software:tim:actionhandler:waitforsoftlinkstatedh.png?800x541 }} === ===