Creating the first workflow
A workflow is a series of steps a user goes through to complete a task. It is visually represented as a series of steps and the transition between those steps. A step can be a) a mobile app screen or b) a condition node
A workflow on ZORP consists of:
- 1.Steps
- 2.Transitions.
With ZORP, you can manage multiple workflows at the same time. For example, a user performing delivery can also use the same ZORP app to execute an attendance task. The list of available workflows are present in the workflow tab. To create a new workflow, click on the
New Workflow
button.
All Workflows need to have initialStep and terminalSteps. Initial step is the first screen the user sees when he starts the task and terminalSteps are the screens where the tasks assigned to a User come to an End. By default the ZORP builder provides you with a NEW Step (initalStep) and COMPLETED Step (terminalStep).
To create a new step,


Any new Transition on ZORP is called `NEXT` by default. The transition name is what the user sees as the Buttons that take them to the next screens.

Clicking on any step opens the screen for you to configure.

ZORP comes with default set of component. Choose the component you want to use, drag it to the mobile screen.

You can edit the display values and the configurations of the UI component by clicking on the component.

Hit the publish button the top to push the app live instantly!

Your workflow is live! Now, you can create tasks and execute them on the ZORP mobile app.
Last modified 7mo ago