Within the toolbox there are a group of tools that help to control the direction and flow of the workflow.
What is the Null Check tool used for?
Sometimes within a workflow you need to stop the workflow if a particular piece of data isn't populated. So for example if you want to send a document to a lender if a lender if present then you may want to stop or skip that step of the workflow if there is no lender present.
Pre-Requisites
Before you use the null check you will need to have placed (or attempted to place) the item you are checking into a variable (e.g. using the Load Work Item tool)
Configuration
Action Name | A descriptive name for the action indicating the purpose of it |
Variable to check |
Indicate the variable you want to check to see if this is null |
Optionally log a message if null | Specify a message that will be logged out if the variable is null. When running the workflow the messages can be viewed in the Execution Engine diagnostics engine. Diagnostics: Monitoring an Execution Engine Plan |