Accessing the Workflows page
To open the Workflows page, click Workflows from the left-side menu on the Flowker page. The page displays all workflows for the organization in a data table, with the following columns:
- Name — the workflow name.
- Status — the current lifecycle state:
Draft,Active, orInactive. - Created — the date the workflow was created.
- Actions — action menu.
Workflow statuses
Each workflow has a lifecycle status that determines whether it can be executed:
| Status | Description |
|---|---|
| Draft | The workflow is being designed and is not yet available for execution. |
| Active | The workflow is live and can be triggered for execution. |
| Inactive | The workflow has been deactivated and will not respond to triggers. |
Available actions menu
For each workflow, the following actions are available in the action menu ():
- Edit Flow — opens the workflow in the visual canvas editor.
- Execute — triggers an immediate execution of the workflow.
- Settings — opens the workflow settings side panel to edit name, description, and other properties.
- Clone — creates a duplicate of the workflow.
- Activate / Deactivate — changes the workflow’s lifecycle status.
- Move to Draft — returns an active or inactive workflow to draft status.
- Delete — permanently removes the workflow.

