TIBCO iProcess Expressions
This section gives detailed information on iProcess Expressions that are used in various parts of a procedure definition. iProcess uses them when running cases of the procedure to evaluate results or resolve conditions. An expression consists of:
| • | constant values (for example, 2.3 or "Yes") and/or |
| • | Field names (for example, STARTDATE and MEMOFIELD) combined by |
| • | operators (for example, the addition operator, +), and |
| • | functions (for example, STRLEN(NAME)). A summary of functions can be found in the Functions Summary. |
Subtopics