Uses of Class
com.slack.api.model.workflow.WorkflowStepExecution
-
Packages that use WorkflowStepExecution Package Description com.slack.api.model.event The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces. -
-
Uses of WorkflowStepExecution in com.slack.api.model.event
Methods in com.slack.api.model.event that return WorkflowStepExecution Modifier and Type Method Description WorkflowStepExecutionWorkflowStepExecuteEvent. getWorkflowStep()Methods in com.slack.api.model.event with parameters of type WorkflowStepExecution Modifier and Type Method Description voidWorkflowStepExecuteEvent. setWorkflowStep(WorkflowStepExecution workflowStep)
-