Creating functions
A function contains all the information that is needed to run a specific set of rules in
a task model.
About this task
In a function, you define:
- A reference to a ruleflow, which is going to be used as an entry point to run the task model. If a task model contains multiple rule flows, you can create several functions.
- The input and output parameters that are needed to run the task model. You create parameters from any of the variables that are available in the task model. For more information about variables, see Creating a variable set.
You need to create functions to:
- Call a task model from another one. For more information about composing task models, see Adding a function task node.
- Create a decision operation before you deploy your decision service. For more information about decision operations, see Creating decision operations.