Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
en:extensions:workflowdesigner:examples [2014/06/15 20:06] swarnat [set custom value to drop down] |
en:extensions:workflowdesigner:examples [2014/06/15 20:11] (current) swarnat [Execute Workflow only once] |
||
|---|---|---|---|
| Line 8: | Line 8: | ||
| ==== Execute Workflow only once ==== | ==== Execute Workflow only once ==== | ||
| - | This will represent the same function like the trigger "Until the first time the condition is true" of the internal Workflow module. | + | This will represent the same function like the trigger "**Until the first time the condition is true**" of the internal Workflow module. |
| {{:en:extensions:workflowdesigner:executeuntilfirstconditionistrue.jpg|}} | {{:en:extensions:workflowdesigner:executeuntilfirstconditionistrue.jpg|}} | ||
| The first line is the logic. You only need to configure the Condition task in this first line. | The first line is the logic. You only need to configure the Condition task in this first line. | ||
| - | If it is false, nothing else is happen. If true, the condition will never checked again and the workflow is never executed again, too. | + | If it is **false**, nothing else is happen and the condition is checked again on next save. |
| + | If **true**, the condition will never checked again and the workflow is never executed again, too. | ||
| - | Everything you connect to the //**true**// output of this condition, will be executed only once for every record. | + | Everything you want to executed only once for every record, you need to connect to the //**true**// output of the condition. |
| + | There could be also multiple combined tasks. | ||
| Download: | Download: | ||