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