Package com.slack.api.bolt.context
Interface WorkflowFailUtility
- All Known Implementing Classes:
WorkflowStepExecuteContext
Deprecated.
Use new custom steps: https://docs.slack.dev/workflows/workflow-steps
-
Method Summary
Modifier and TypeMethodDescriptionclient()Deprecated.default WorkflowsStepFailedResponseDeprecated.Deprecated.
-
Method Details
-
getWorkflowStepExecuteId
String getWorkflowStepExecuteId()Deprecated. -
client
MethodsClient client()Deprecated. -
fail
default WorkflowsStepFailedResponse fail(Map<String, Object> error) throws IOException, SlackApiExceptionDeprecated.- Throws:
IOExceptionSlackApiException
-