Workflow Advanced enables you to add value-based decision tasks to a workflow.
Similar to regular decision tasks, value-based decision tasks enable you to add branching logic to your workflow. However, instead of a user making that decision, you can configure a value-based decision task to query the data in a model and make a decision based on the model value, driving automation.
Note: Workflow Advanced is an entitled service and requires a separate subscription to enable the feature. Your Account Executive can assist you with this. The features are tenant-specific, so in a multi-tenant environment, the Workflow Advanced features only display on tenants that have the feature enabled.

To create a workflow with value-based decision tasks:
- Add a Value-based task to a new or existing workflow template. This automatically splits your workflow into two branches, TRUE and FALSE. When your workflow reaches this step, the value-based task will look at a Boolean line item in your selected line item to decide which branch the workflow will continue onto.
For example, you might be building a workflow for your human resources department, and you want your value-based task to check whether a position in your organization was filled within a certain time period. - Enter a Task title.
- Select a Workspace, Model, Module, Line item, and context. In this example, your line item might be 'Filled?', and your context might be the time period and a position in your organization.
- Now, when your workflow runs, it'll look at the line item you've set, and check whether it's TRUE or FALSE and follow the appropriate path.
- You can now add more steps to your workflow on either branch. For example, if the position is filled and follows the TRUE branch, you might want to write the compensation data for that position into an expenses module with a machine task. If the position was not active and follows the FALSE branch, you might add an offline task and assign it to a recruiter in your organization who will take action to recruit for the position.
- You can add a due date in the Due section on the right panel.
- Once you are happy with your template and are ready to start using it, select Publish.
Value-based decision tasks can be nested to create complex workflows based on the formulas and logic configured in your models. It can also be used in conjunction with send-back loops to create different paths for decision tasks that have been sent back for a second approval.