🇬🇧 EN
🇮🇹 IT

7. Tasks

The Tasks page is the human interaction centre of Flusso. When a workflow reaches an Approval or Manual Input node, it pauses and creates a task for you to act on. Tasks are listed here until you approve, reject, or submit the required information.

Tasks page
Tasks — pending human-action items from paused workflow runs. Each card shows the workflow, step name, and the required action.

Why Tasks Exist

Fully automated workflows are powerful, but some decisions require a human judgment call. Flusso's human-in-the-loop nodes let you insert human checkpoints at any point in a workflow:

When a workflow pauses, it enters Waiting status and remains paused until a human responds on the Tasks page. The workflow does not time out — it waits indefinitely.

Task Types

Approval Tasks

An Approval task presents a message (defined in the workflow's Approval node) and two buttons: Approve and Reject.

Tasks page with pending approval and input items
Tasks page — when workflows are paused at Approval or Manual Input nodes, they appear here awaiting your response.

Manual Input Tasks

A Manual Input task presents a form with one or more fields defined in the workflow's Manual Input node configuration. The user fills in the form and submits it to resume the workflow.

The form may contain fields of the following types:

Field TypeRenders as
textA single-line text input.
textareaA multi-line text area for longer input.
numberA numeric input field.
dateA date picker field.

Required fields are marked with an asterisk (*). The form cannot be submitted until all required fields are filled. Once submitted, the entered values are passed into the workflow as the output of the Manual Input node, and execution resumes from the next step.

Run history list
Run history — each workflow run's start time, duration, and status. Clicking a row opens the full execution trace.

Responding to Tasks

Approving a Task

  1. Open the Tasks page Click Tasks in the sidebar navigation.
  2. Read the approval prompt The card displays the message configured in the Approval node. Review it carefully.
  3. Click "Approve" or "Reject" The task is resolved immediately and the workflow either resumes or is terminated.

Submitting a Manual Input Task

  1. Open the Tasks page The task card shows the form fields.
  2. Fill in all required fields Fields marked with * must be completed before submission.
  3. Click "Submit" The entered values are sent to the workflow and execution resumes.

Rejecting / Cancelling a Task

Every task card (both Approval and Manual Input) includes a Reject Run button. Clicking it immediately terminates the paused workflow run with a Failed status, and removes the task from the list. Use this if the workflow should not continue — for example, if the original triggering event is no longer relevant.

No undo: Rejecting a task terminates the workflow run permanently. The run will be marked as Failed in the run history. If you need the workflow to run again, trigger it again from the editor or wait for the next scheduled or webhook trigger.

Dashboard Quick Access

If there are any pending tasks, a Pending Actions card appears on the Dashboard with a count of how many tasks are waiting. Click View Tasks to jump directly to the Tasks page.

This ensures that even if you forget to check the Tasks page, you will see a reminder the next time you visit the Dashboard.

Tips for Managing Tasks