Creating workflow tasks
Create workflow tasks to start building the workflow process.
Procedure
- Drag and drop a Start item from the Toolbox to the workflow development area.
- Drag and drop a Task item from the Toolbox to the workflow development area.
- Double click in the task.
- Type "start_message".
- Drag and drop a Gateway item from the Toolbox to the workflow development area.
- Double click in the gateway.
- Type "display_hello_world".
- Drag and drop a Task item from the Toolbox to the workflow development area.
- Double click in the task.
- Type "hello_world_message".
- Drag and drop a Task item from the Toolbox to the workflow development area.
- Double click in the task.
- Type "hello_world_file".
- Drag and drop an End item from the Toolbox to the workflow development area.