Package com.slack.api.bolt.context
Interface WorkflowUpdateUtility
- All Known Implementing Classes:
WorkflowStepSaveContext
Deprecated.
Use new custom steps: https://docs.slack.dev/workflows/workflow-steps
-
Method Summary
Modifier and TypeMethodDescriptionclient()Deprecated.Deprecated.default WorkflowsUpdateStepResponseupdate(Map<String, WorkflowStepInput> inputs, List<WorkflowStepOutput> outputs) Deprecated.default WorkflowsUpdateStepResponseupdate(Map<String, WorkflowStepInput> inputs, List<WorkflowStepOutput> outputs, String stepName, String stepImageUrl) Deprecated.
-
Method Details
-
getWorkflowStepEditId
String getWorkflowStepEditId()Deprecated. -
client
MethodsClient client()Deprecated. -
update
default WorkflowsUpdateStepResponse update(Map<String, WorkflowStepInput> inputs, List<WorkflowStepOutput> outputs) throws IOException, SlackApiExceptionDeprecated.- Throws:
IOExceptionSlackApiException
-
update
default WorkflowsUpdateStepResponse update(Map<String, WorkflowStepInput> inputs, List<WorkflowStepOutput> outputs, String stepName, String stepImageUrl) throws IOException, SlackApiExceptionDeprecated.- Throws:
IOExceptionSlackApiException
-