library · inferred from evidence
WorkflowStep
A component of the Bolt framework for handling workflow steps in Slack apps.
- Bolt WorkflowStep executes multiple times when deployed to Lambda / serverless
A Bolt WorkflowStep deployed to AWS Lambda (following Slack's bolt-js serverless deployment docs) has its `execute` function invoked multiple times per workflow run. In Socket Mode the same code worked perfectly. The duplicate invocations c