Skip to main content
Go to Latest
class UntypedWorkflowStepDefinition
extends BaseWorkflowStepDefinition
import { UntypedWorkflowStepDefinition } from "https://deno.land/x/deno_slack_sdk@1.1.2/workflows/workflow-step.ts";

Constructors

new
UntypedWorkflowStepDefinition(
stepId: string,
functionReference: string,
inputs: WorkflowStepInputs<any, any>,
)

Properties

outputs: ReturnType<CreateUntypedObjectParameterVariable>