To connect the queries and actions in your rehabilitation decision tree, you need to draw a line between the dots on each node.
Bear in mind the following:
- Each query needs to have both a true and a false path.
- All paths in the decision tree must end in an Action.
- Each query and action can have multiple input paths (this reduces the number of branches and duplicate queries or actions).
- You can save an incomplete tree, but you won't be able to run it. If you want to avoid having errors flagged on an incomplete tree, leave the start node unconnected until you have finished building.
- If validation fails for your tree, you can view the validation errors to see where the issue is. Usually, validation errors are related to missing paths.
- When you connect the start node and save your decision tree,
Info360 Asset generates a count of assets for each path so that you can get a preview of the asset distribution.
Once you have finished building your tree, you can run it and
review the results.