This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:software:tim:timer:setprocessvariableandsignalprocessinstancebytransitionname [2014/12/02 15:01] duc.le |
en:software:tim:timer:setprocessvariableandsignalprocessinstancebytransitionname [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)// | ||
- | |||
==== setProcessVariableAndSignalProcessInstanceByTransitionName ==== | ==== setProcessVariableAndSignalProcessInstanceByTransitionName ==== | ||
- | This timer writes process variable and forwards instance based on activity name and transition name. | + | This timer writes a process variable and forwards an instance based on the activity name and transition name. |
- | + | ||
- | >> **IMPORTANT!** Is mostly used in combination with the [[en:software:tim:bausteine:email_link_and_manual_decision|decision by email]].In this case, the Webservice as SOAP-call is to execute. As a completely configured timer in the admin client makes this less sense. | + | |
- | ------ | + | |
+ | >> **IMPORTANT!** This mostly used in combination with the [[en:software:tim:bausteine:email_link_and_manual_decision|decision by e-mail]].In this case, the Webservice to be executed as SOAP-call. Using this as a completely configured timer in the admin client makes little sense. | ||
==== Webservice Name ==== | ==== Webservice Name ==== | ||
- | ProcessInstanceManager \\ | + | <code>ProcessInstanceManager</code> |
- | ==== Webservice Methode ==== | + | ==== Webservice Method ==== |
- | setProcessVariableAndSignalProcessInstanceByTransitionName \\ | + | <code>setProcessVariableAndSignalProcessInstanceByTransitionName</code> |
- | ---- | + | |
- | ---- | + | |
==== Parameter ==== | ==== Parameter ==== | ||
== Parameter1 == | == Parameter1 == | ||
Line 20: | Line 14: | ||
\\ == Parameter 2 == | \\ == Parameter 2 == | ||
Variables name \\ | Variables name \\ | ||
- | Link call up: args[1] (see [[#Example]) | + | Link call up: args[1] (see [[#Example]]) |
\\ == Parameter 3 == | \\ == Parameter 3 == | ||
Line 36: | Line 30: | ||
\\ == Only for link call up == | \\ == Only for link call up == | ||
- | uid: Encoding login data for T!M Base64 (client/user:password) | + | uid: Encoding login data for TIM Base64 (client/user:password) |
---- | ---- | ||
Line 42: | Line 36: | ||
==== Example ==== | ==== Example ==== | ||
<code> | <code> | ||
- | http://URL des Servers/loom-portal/ProcessInstanceManager/setProcessVariableAndSignalProcessInstanceByTransitionName.soap?args[0]=${processInstanceId}&args[1]=VARIABLESNAME&args[2]=VARIABLESVALUE&args[3]=ACTIVITYNAME&args[4]=TRANSITIONNAME&i=1&uid=LOGINDATA | + | http://URL of the Server/loom-portal/ProcessInstanceManager/setProcessVariableAndSignalProcessInstanceByTransitionName.soap?args[0]=${processInstanceId}&args[1]=VARIABLESNAME&args[2]=VARIABLESVALUE&args[3]=ACTIVITYNAME&args[4]=TRANSITIONNAME&i=1&uid=LOGINDATA |
</code> | </code> | ||
- | ---- | ||
- | ==== Dependences ==== | ||
- | \\ __T!M Version__ : |