Documentation

Trace:

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
workflow:documentation [2022/03/30 21:38]
robot
workflow:documentation [2022/03/30 21:51]
admin
Line 728: Line 728:
     /**     /**
      * Runs the function.      * Runs the function.
-     * If the function returns ​<code>true</code>, the function is fully done, and the workflow jumps to the next step.+     * If the function returns ​&lt;code&gt;true&lt;/code&gt;, the function is fully done, and the workflow jumps to the next step.
      * In case there are more than one next step, the finish function of IWorkflowStep has to be called.      * In case there are more than one next step, the finish function of IWorkflowStep has to be called.
      * Otherwise, an exception will be thrown.      * Otherwise, an exception will be thrown.
-     * If finish is already called, it does not matter whether ​<code>true</codeor <code>false</codeis returned.+     * If finish is already called, it does not matter whether ​&lt;code&gt;true&lt;/code&​gt; ​or &lt;code&gt;false&lt;/code&​gt; ​is returned.
      ​* ​      ​* ​
-     * @return ​<code>true</code>, if the function is done.+     * @return ​&lt;code&gt;true&lt;/code&gt;, if the function is done.
      * @throws Throwable if function fails.      * @throws Throwable if function fails.
      */      */
This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information