How to assign settings to new applications
The following procedure describes how to build an example workflow that assigns a desk, a folder, and clearance checks to new applications. The workflow uses an activity with multiple actions to assign the settings.
How it works
To check when new applications are created, the workflow uses the trigger for Create.
The image Initial settings shows the example workflow that runs on the trigger for Create and works as follows:
-
The workflow starts at the Start activity A when the workflow is triggered by a new application being created.
-
Transition B moves the application to the Move and add initial checks activity C.
-
The Move and add initial checks activity C is a final activity that runs a sequence of actions before it ends the workflow. The actions run as follows:
-
MoveToDesk. Move applications to a specified desk.
-
MoveToFolder. Move applications to a specified folder.
-
CreateClearanceChecks. Add specified clearance checks to applications.
-
Build the workflow
Build the workflow as follows:
-
Create a new scheme. In Business Entities, on the Workflow Service Code of ADMISSIONS with the Business Entity Code of APPLICATION, go to the business entity scheme menu button⋮ and then selectView Schemes and then. Then, define the following:
- Set a trigger to run the workflow when a new application is created. On Scheme details select the trigger for Create.
- Select , and Save and view scheme.
-
On the workflow designer, check that the initial Start activity is present. To add an initial activity, select and then drag the activity to the required position.
Then, edit the activity: select the activity and then and edit the activity as follows:
-
Enter Start in Name and State. Note that when you enter text in Name, the State changes to the same text.
-
Select Initial and For set state.
-
Do not create any actions.
-
-
Add the activity that assigns settings to applications. Select the initial activity, then to add the transition and activity, select .
-
Set the transition to always transfer applications to the activity. Edit the transition as follows:
-
Set the Trigger to Auto.
-
Set the Condition to Always
The image Always transfer shows the transition is set to always transfer applications.
-
-
Edit the activity to set it to run a sequence of actions that move applications to a desk and folder, assign clearance checks, and then end the workflow as follows:
-
In Name, enter Move and add initial checks. Note that the State automatically becomes the same as the name.
-
Select Final to set the activity to end the workflow when it completes the sequence of actions.
-
Add actions in the sequence they are to run, as defined in the table Actions. Select Create, and then select the Action, and then, to define the Action parameter, select the button and select parameters.
Actions Action Action parameter Description MoveToDesk
Desk
Move applications to a desk, such as Preliminary checks.
MoveToFolder
Folder
Move applications to a folder, such as New.
CreateClearanceChecks Clearance check type Add clearance checks for new applications. For example, clearance checks for Verify Address, Verify Identity, Criminal conviction, and Funding type.
-