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 (and its description, when set).
- Status — the current lifecycle state:
Draft,Active, orInactive. - Created — the date the workflow was created.
- Last Updated — the date the workflow was last modified.
- Actions — action menu.
Workflow statuses
Each workflow has a lifecycle status that determines whether it can be executed:
Available actions menu
The action menu presents actions according to the workflow’s lifecycle state and trigger configuration:
- Details — opens the workflow in the visual canvas editor (clicking the workflow name does the same).
- Schedule — for a workflow with a valid schedule trigger, opens the schedule panel, showing the workflow’s schedule status, upcoming runs, and missed runs pending review. See Running a workflow on a schedule.
- Execute — available only for an Active workflow; triggers an immediate execution.
- Clone — creates a duplicate of the workflow.
- Activate — available only for a Draft workflow.
- Deactivate — available only for an Active workflow.
- Move to Draft — available only for an Inactive workflow; returns it to draft status.
- Delete — available only for a Draft or Inactive workflow; permanently removes it.

