Creating workflow tasks

Create workflow tasks to start building the workflow process.

Procedure

  1. Drag and drop a Start item from the Toolbox to the workflow development area.
  2. Drag and drop a Task item from the Toolbox to the workflow development area.
    1. Double click in the task.
    2. Type "start_message".
  3. Drag and drop a Gateway item from the Toolbox to the workflow development area.
    1. Double click in the gateway.
    2. Type "display_hello_world".
  4. Drag and drop a Task item from the Toolbox to the workflow development area.
    1. Double click in the task.
    2. Type "hello_world_message".
  5. Drag and drop a Task item from the Toolbox to the workflow development area.
    1. Double click in the task.
    2. Type "hello_world_file".
  6. Drag and drop an End item from the Toolbox to the workflow development area.