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 workflow creation date.
- Last Updated: the date of the last change to the workflow.
- Actions: action menu.
Workflow statuses
Each workflow has a lifecycle status that determines whether it can run:
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.

