FlowLine

<< Click to Display Table of Contents >>

Current:  WorkFlow > Process Background Management > Design Poccess 

FlowLine

Previous pageReturn to chapter overviewNext page

We can add process lines to the nodes and specify the direction of the process.

Select the process line to set the properties of the process line, including: name, description, line condition, and whether to return.

 

workflowline

 

 

Line condition: Same as the line condition for setting the process line to determine the process direction and whether to continue down. For example, we can determine whether a value of the previous node meets the standard. If the line condition is not met, the line will not be taken.

Conditional judgments are:

Greater than  >

Less than  <

Equal to  ==

Not equal !=

Greater than or equal to  >=

Less than or equal to  <=

Or  ||

And  &&

 

Line conditions need to be written in a fixed format, for example: ${parameter 1=='Resolved'||parameter 2>=0}

 

Whether to return: The default is "No". If it is checked to "Yes", the process can be rolled back when the node is in the node.