Skip to content

Automate changing the status of tasks

What are Status Actions?

Status actions have one specific job: they automatically re-open a step (task) that was already marked as complete.

This action only works if the task you target is currently complete. If the task is still open or hasn’t started, this action does nothing.

Status actions are mainly used for:

  • Approval/Rejection steps: If something is rejected, automatically re-open the previous step so corrections can be made.
  • Feedback loops: Send a process back to an earlier step for revisions based on a review.

Examples of Status Actions

Example 1: Re-open task after rejection

IF (Approval Decision field) is "Requires changes"
THEN re-open task "Make changes for next draft"

(If the reviewer requests changes, the task for making changes is automatically re-opened.)

Example 2: Loop back if quality check fails

IF (Quality Check field) is "Failed"
THEN re-open task "Review product specifications"

(If the quality check fails, the process goes back to the specification review step.)

Example 3: Handle document corrections

IF (Manager Approval field) is "Rejected"
THEN re-open task "Update documentation"

(If the manager rejects the document, the task to update it is re-opened.)

Status example

(In the screenshot example, if step 2 is completed, the rule automatically re-opens step 3, potentially creating a loop back in the process.)

Automations > Actions

Action types in Tallyfy automations are the “THEN” portion of if-this-then-that rules that automatically execute specific behaviors like assignment changes deadline adjustments status modifications and step visibility controls when predefined conditions are met in your workflows.

Actions > Automate hiding or showing tasks

Visibility actions enable dynamic workflow customization by automatically showing or hiding specific process steps based on predefined conditions and task completion status.

Templates > Automations

Tallyfy process automations are smart if-this-then-that rules that automatically perform actions like task assignments deadline changes and step visibility based on defined conditions to reduce manual work and ensure consistent process execution.

Tasks > Complete or reopen tasks

Tallyfy enables users to complete tasks through checkmark icons in list views or Complete buttons within task views and allows reopening completed tasks with a Re-Open button while administrators can restrict completion to only assigned members using the Advanced tab settings and tasks with checklists require meeting specific completion rules before the main task can be finished.