This tutorial demonstrates how to use Run Flow For List step. This step was implemented in Decisions 3.5. This step works in the similar manner as For Each loop step, except with this step designer is...
This tutorial demonstrates how to use Rule Collection Filter Step. This step designer is able to create a custom Rule to filter collection of any type in Decisions. Example: In this example we are going...
This tutorial demonstrates how to use Wait On External System step in Decisions. This step is an Assigned Form for the External System (Service, External Database etc.). This step monitors External System,...
This tutorial demonstrates how to create and use Leased Entities in Decisions. Leased Entity is a simple Database Structure (User Defined) that can be used instead of regular Database Structure (User Defined)...
This tutorial demonstrates how to use Reset For Each Step in Decisions. This step resets For Each loop iteration. This is important in cases when Workflow process has to be designed to quit looping when...
XPath uses path expressions to select nodes or node-sets in an XML document. The node is selected by following a path or steps. This tutorial demonstrates how to use XPath Query step in Decisions to be...
This tutorial demonstrates how to use Raw SQL Step in Decisions. This step requires the designer to be able to write and understand SQL queries. Raw SQL Step is an advanced step. It can be used in places...
This tutorial demonstrates how to use Regex Replace Step in Decisions. The Regex Replace step is intended to look up text input by a regular expression pattern and replace text that matches the pattern. Example: We...
This tutorial demonstrates how to get data from the Document entity in Decisions. Example: In this example we are going to get data from the Document and display it on the Form. First, we need to get...