Difference between revisions of "Custom Expression Builder"

From Hornbill
Jump to navigation Jump to search
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
This document can now be found at its new location in the [https://docs.hornbill.com/servicemanager-config/customize/workflows/decision Hornbill Document Library].
 +
 +
[[file:hornbill-document-library.png|Decision Node and Custom Expressions|link=https://docs.hornbill.com/servicemanager-config/customize/workflows/decision]]
 +
<!--
 +
 +
 
{{breadcrumb|[[Main Page|Home]] > [[Configuration]] > [[Business Process Designer]] > Custom Expression Builder|Administration}}
 
{{breadcrumb|[[Main Page|Home]] > [[Configuration]] > [[Business Process Designer]] > Custom Expression Builder|Administration}}
 
{{Section|
 
{{Section|
Line 11: Line 17:
 
:* Task or Authorisation outcomes
 
:* Task or Authorisation outcomes
  
In addition to these default options, you can also build your own custom expressions using the Custom Expression Builder. Custom Expressions will allow you to evaluate the outcomes of any node within the stage that precedes the decision node.|
+
In addition to these default options, you can also build your own custom expressions using the Custom Expression Builder. Custom Expressions will allow you to evaluate the outcomes of any node that precedes the decision node within the same stage.|
 
{{rightBox|Related Articles|
 
{{rightBox|Related Articles|
 
:* [[Variable Picker]]
 
:* [[Variable Picker]]
Line 21: Line 27:
 
==What is a Custom Expression==
 
==What is a Custom Expression==
 
[[File:bpmcustomexpress.png|right|350px]]
 
[[File:bpmcustomexpress.png|right|350px]]
A Custom Expression consists of one or more tests that evaluate the outcomes of nodes within the current stage. If the tests within the expression are met, that path out of the decision node will be followed. To add a Custom Expression, click on the description box for each connector that exits a Decision Node and from the pick list, select ''Custom Expression''.
+
A Custom Expression consists of one or more tests that evaluate the outcomes of nodes within the current stage. If the tests within the expression are met, that path out of the decision node will be followed. To add a Custom Expression, click on the description box of a connector that exits a Decision Node and in the ''Goto If'' dialog box, select ''Custom Expression'' from the list of outcomes.
 
|}}
 
|}}
  
 
==Building Expressions==
 
==Building Expressions==
 
[[File:custom_expression_builder.png|right|500px]]
 
[[File:custom_expression_builder.png|right|500px]]
The custom expression builder provides the ability to create one or multiple expressions which can be evaluated when a process reaches the decision node.
+
The custom expression builder allows you to create one or more tests which can be evaluated when a workflow reaches the decision node.
  
 
===Adding your first Expression===
 
===Adding your first Expression===
Line 63: Line 69:
 
* Use the '''Delete All''' option to delete all the rules (expressions)  
 
* Use the '''Delete All''' option to delete all the rules (expressions)  
  
 
+
-->
[[Category:Administration]]
+
[[Category:HDOC]]

Latest revision as of 23:46, 31 May 2024

This document can now be found at its new location in the Hornbill Document Library.

Decision Node and Custom Expressions