This "how to" shows the basics of workflow design. It develops a simple, none split, workflow to request a holiday. The holiday request can either be accepted or rejected it. A mail is sent confirming or denying it, then the workflow finishes.
In this simple example the workflow will only use one user. In this
how to other users are involved in the workflow.
In developing this workflow, the following concepts are explored:
  | | Creating a new workflow |
  | | Adding actions to a workflow |
  | | Configuring actions |
  | | Publishing and testing the workflow |