Skip to main content
Module

x/slack_bolt/mod.ts>WorkflowStepExecuteEvent

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

Properties

type: "workflow_step_execute"
callback_id: string
workflow_step: { workflow_step_execute_id: string; workflow_id: string; workflow_instance_id: string; step_id: string; inputs: { [key: string]: { value: any; }; }; outputs: { name: string; type: string; label: string; }[]; }
event_ts: string