Skip to main content
Module

x/slack_bolt/src/WorkflowStep.ts

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

Functions

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

processStepMiddleware() invokes each callback for lifecycle event

Helper Functions