This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
en:software:tim:timer:signalmainprocessbysoftlinkstate [2018/04/25 16:23] Julian Le created |
en:software:tim:timer:signalmainprocessbysoftlinkstate [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)// | ||
====== SignalMainProcessBySoftlinkState ====== | ====== SignalMainProcessBySoftlinkState ====== | ||
- | ==== Beschreibung ==== | + | ==== Description ==== |
- | Der Timer überprüft ob Instanzen eines bestimmten Prozesses an einer ihm übergebenen Node stehen.\\ | + | This timer checks, if instances of a specific process are on a transferred node.\\ |
- | Falls das der Fall ist werden alle Softlinks dieser Instanz darauf überprüft ob sie an der einer Node stehen welche mit dem ihm übergebenen Identifier beginnt\\ | + | If this is the case, all softlinks of that instance are checked, whether they are a node which starts with the transferred identifieer \\ |
- | (z.B.: NodeName: Warten_1 Identifier: Warten Ergebnis: OK / NodeName: 1_Warten Identifier: Warten Ergebnis: Nicht OK).\\ | + | (e.g.: nodeName: Wait_1 identifier: Wait Result: OK / NodeName: 1_Wait identifier: WaitErgebnis: Not OK).\\ |
- | Es muss ein Limit mitgegeben werden, welches angibt wieviele Hauptprozess Instanzen pro Durchlauf überprüft werden sollen.\\ | + | A limit has to be given, which determines how many mainprocess instances are checked per run.\\ |
- | Falls alle Bedingungen erfüllt sind wird der Hauptprozess weitergeschickt. | + | |
+ | If all condidtions are met, the mainprocess is forwarded. | ||
---- | ---- | ||
- | beliebig | + | ==== Timer Name ==== |
+ | |||
+ | any | ||
==== Webservice Name ==== | ==== Webservice Name ==== | ||
Line 31: | Line 32: | ||
== Parameter == | == Parameter == | ||
- | com.dooris.bpm.signal.SignalMainProcessBySoftlinkState,HAUPTPROZESSDEFINITION;NODENAMEHAUPTPROZESS;NODEIDENTIFIERSOFTLINK;LIMIT | + | com.dooris.bpm.signal.SignalMainProcessBySoftlinkState,MAINPROCESSDEFINITION;NODENAMEMAINPROCESS;NODEIDENTIFIERSOFTLINK;LIMIT |
---- | ---- | ||
- | ==== Beispiel ==== | + | ==== example ==== |
<code> | <code> | ||
- | com.dooris.bpm.signal.SignalMainProcessBySoftlinkState,SignalTestProzess;NodeImHauptprozess;NodeImSoftlink_;10 | + | com.dooris.bpm.signal.SignalMainProcessBySoftlinkState,SignalTestProzess;NodeInMainprocess;NodeInSoftlink_;10 |
</code> | </code> | ||
---- | ---- | ||
- | ==== Abhängigkeiten ==== | + | ==== Dependencies==== |
- | __T!M Version__ : [[:software:tim:changelog:unbekannt|Customer_Others]] | + | __TIM Version__ : [[:software:tim:changelog:unbekannt|Customer_Others]] |