First workflow exercise

Create first workflow

As explained in this video, follow the steps for creating a workflow like this:

Steps

  • Create jBPM project ( by default let give creates default sample workflow ).
  • Modify sampleworkflow.
    • Remove "State" task.
    • Add "Node" node.
    • Remove "action" defined in first transition.
  • Configure deploying process.
  • Deploy the workflow.
  • Check the workflow.

Modify first workflow

Modify the workflow to get the appearance shown in next image:

Steps

  • Modify previous sampleworkflow.
    • Add "State" task between start task and node task.
    • Link the "State" task with transactions.
  • Deploy the workflow.
  • Check the workflow.

Workflow stops until you trigger the execute the signal from Administration > Workflow view.