Skip to main content
Module

x/slack_bolt/src/WorkflowStep.ts>prepareStepArgs

TypeScript framework to build Slack apps in a flash with the latest platform features. Deno port of @slack/bolt
Latest
function prepareStepArgs
import { prepareStepArgs } from "https://deno.land/x/slack_bolt@1.0.0/src/WorkflowStep.ts";

prepareStepArgs() takes in a workflow step's args and:

  1. removes the next() passed in from App-level middleware processing
  • events will not continue down global middleware chain to subsequent listeners
  1. augments args with step lifecycle-specific properties/utilities

Parameters

args: any