Configuring Task
Last updated
Last updated
A task is an atomic activity within a process flow. You create a task when the activity cannot be broken down to a finer level of detail. Generally, a person or applications will perform the task when it is executed. Zanflow uses two types of task-User Task and Script Task
A User Task represents that a human performer performs the Task with the use of a software application.
A Script Task is executed by a business process engine. The task defines a script that the engine can interpret. When the task begin, the engine will execute the script. The Task will be completed when the script is completed.
Click on the User task icon in the workflow.
Under General Tab, Enter the Step Name and Step Label Name in the right side form.
Choose to whom you want to assign the step in the Step Assignment drop down box.
Select the assigned user or group name.
Enter a brief description (optional )of the task in Task Subject with description and zf.variablename.
Under Response Tab, you can choose the button you want to display in the form for Manager Approval.
Choose Approve and Reject from the Step response field.
Click on Approve to change the response properties.
Enable comments to make it mandatory for the Manager to
comment about the response.
You can configure Script task using groovy script.