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 [2014/12/16 16:31] 127.0.0.1 external edit |
en:software:tim:actionhandler:preventduplicateinstancenameshandler [2021/07/01 09:52] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | FIXME **This page is not fully translated, yet. Please help completing the translation.**\\ //(remove this paragraph once the translation is finished)// | ||
- | |||
=======PreventDuplicateInstanceNamesHandler======= | =======PreventDuplicateInstanceNamesHandler======= | ||
==== Description ==== | ==== Description ==== | ||
- | The dealer prevents instances are created with the same name. it should be optimally set to the first node of the process to "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 13: | Line 11: | ||
---- | ---- | ||
==== Event Type ==== | ==== Event Type ==== | ||
- | any type | + | node enter |
==== Action Name ==== | ==== Action Name ==== | ||
- | any name | + | any |
==== Mandatory Fields ==== | ==== Mandatory Fields ==== | ||
- | - | ||
Line 21: | Line 19: | ||
- | ==== Example ==== | + | ==== example ==== |
- | {{ en:software:tim:actionhandler:preventduplicateinstancenameshandler.png }} | + | {{ :software:tim:actionhandler:preventduplicateinstancenameshandler.png }} |