79749858

Date: 2025-08-29 05:57:03
Score: 1.5
Natty:
Report link

AWS Step Functions can't natively pause for user input via a web form. The recommended approach is to use a Task state with a callback token: your workflow pauses and sends a token to your app, the user enters data on your web form, and your backend resumes the workflow by calling SendTaskSuccess with the token. So yes, hosting a web app or backend to collect input and trigger continuation is the standard solution—AWS doesn't provide a built-in feature for user data entry beyond simple approvals or waiting for a fixed time.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Karambir Singh