Assignment Task
Assignment task is used to assign a value to user-defined variables in workflow Manager.
Before you can define a variable in assignment task, you need to add the variable in Workflow Manager. To add a variable to the workflow, perform the following steps:
- In Workflow Manager, open the workflow for which you wish to define the user-defined variable. Go to
Workflow
|Edit
|Variables
: - Click on the Add a new variable option to add a new variable to the workflow as shown in the previous screenshot.
A new variable is created as shown in the previous screenshot. The new variable created is $$NEWVARIABLE1
. You can change the name of the variable and its data type.
Creating an Assignment Task
To create an Assignment Task in Workflow Manager, follow these steps:
- In Workflow Manager, go to
Task
|Create
.
- From the list of tasks, select Assignment task, and specify the name of the Assignment task,
amt_TASK_NAME
. For our reference, we are usingamt_ASSIGN_VALUE
as the assignment task name....