This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:software:tim:actionhandler:preventduplicateinstancenameshandler [2016/01/14 16:28] amanda.zens |
en:software:tim:actionhandler:preventduplicateinstancenameshandler [2021/07/01 09:52] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | |||
=======PreventDuplicateInstanceNamesHandler======= | =======PreventDuplicateInstanceNamesHandler======= | ||
==== Description ==== | ==== Description ==== | ||
- | This handler prevents instances with the same name from being created. It should be set accordingly to the first process node with the event type **node-enter**. | + | This handler prevents that instances with the same name are created. The handler should consequently be put on the first activity of the process with the event-typoe **node-enter**. |
------ | ------ | ||
- | ==== Action Class ==== | + | ==== class ==== |
<code> | <code> | ||
com.dooris.bpm.actionhandler.PreventDuplicateInstanceNamesHandler | com.dooris.bpm.actionhandler.PreventDuplicateInstanceNamesHandler | ||
Line 12: | Line 11: | ||
---- | ---- | ||
==== Event Type ==== | ==== Event Type ==== | ||
- | any type | + | node enter |
==== Action Name ==== | ==== Action Name ==== | ||
- | any name | + | any |
==== Mandatory Fields ==== | ==== Mandatory Fields ==== | ||
- | - | ||
Line 20: | Line 19: | ||
- | ==== Example ==== | + | ==== example ==== |
{{ :software:tim:actionhandler:preventduplicateinstancenameshandler.png }} | {{ :software:tim:actionhandler:preventduplicateinstancenameshandler.png }} | ||