Skip to content

Human Input workflow still ends with "Stopped by user" after confirmation on latest main branch #40878

Description

@Jay-Jjq

Self Checks

  • I have read the Contributing Guide and Language Policy.
  • This is only for bug report, if you would like to ask a question, please head to Discussions.
  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report, otherwise it will be closed.
  • 【中文用户 & Non English User】请使用英语提交,否则会被关闭 :)
  • Please do not modify this template :) and fill in all the required fields.

Dify version

1.16.1

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

Deploy the self-hosted Dify Community Edition from the latest main branch.
Create a Workflow application.
Create a simple workflow similar to:
Start

Human Input

Any downstream node

End
Configure the Human Input node with a confirmation/action button.
Run the workflow.
Wait until the workflow reaches the Human Input node.
The workflow correctly enters the paused state and displays the Human Input form.
Click the confirmation/action button.
Observe the workflow execution status.

✔️ Expected Behavior

After confirming the Human Input form, the paused workflow should resume from the Human Input node.

For example:

Start

Human Input (Paused)

User confirms

Resume workflow

Execute downstream nodes

End

Succeeded

The workflow should finish with:

Succeeded

unless a downstream node actually fails.

❌ Actual Behavior

After clicking the Human Input confirmation button, the workflow resumes or attempts to resume, but the workflow is subsequently marked as:

Stopped by user.

I did not manually stop the workflow.

The downstream workflow execution is therefore interrupted or shown as stopped.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions