Pause workflow execution to request user input and responses
The promptUser function pauses workflow execution and sends a message to the user requesting input, information, or decisions. The workflow remains paused until the user responds, then continues with the user's response available for subsequent steps.
The promptUser function is a powerful tool for creating interactive workflows that require human input, decisions, or approvals at specific points in the automation process. It enables workflows to pause execution and wait for user responses before continuing.
Pause workflow execution and request user input, allowing for interactive decision-making and human oversight within automated processes.
Request user approval or confirmation before proceeding with actions
Collect additional details or clarifications from users
Let users choose between different workflow paths or options
Enables two-way communication between automated workflows and users
Completely pauses workflow execution until user provides a response
Can include data from previous steps to provide relevant context
Accepts any text input from users for maximum flexibility