Skip to main content
Module

x/slack_bolt/mod.ts>WorkflowStep

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

Class

Constructors

new
WorkflowStep(callbackId: string, config: WorkflowStepConfig)

Properties

private
callbackId: string

Step callback_id

Step Add/Edit :: 'workflow_step_edit' action

Step Executed/Run :: 'workflow_step_execute' event

Step Config Save :: 'view_submission'

Methods

private
getStepMiddleware(payload: AllWorkflowStepMiddlewareArgs["payload"]): WorkflowStepMiddleware
private
matchesConstraints(args: SlackWorkflowStepMiddlewareArgs): boolean
private
processEvent(args: AllWorkflowStepMiddlewareArgs): Promise<void>