Class WorkflowStepExecuteEvent

java.lang.Object
com.slack.api.model.event.WorkflowStepExecuteEvent
All Implemented Interfaces:
Event, Serializable

@Deprecated public class WorkflowStepExecuteEvent extends Object implements Event
Deprecated.
Use new custom steps: https://api.slack.com/automation/functions/custom-bolt
A workflow step supported by your app should execute

https://api.slack.com/events/workflow_step_execute

See Also:
  • Field Details

  • Constructor Details

    • WorkflowStepExecuteEvent

      public WorkflowStepExecuteEvent()
      Deprecated.
  • Method Details

    • getType

      public String getType()
      Deprecated.
      Specified by:
      getType in interface Event
    • getCallbackId

      public String getCallbackId()
      Deprecated.
    • getWorkflowStep

      public WorkflowStepExecution getWorkflowStep()
      Deprecated.
    • getEventTs

      public String getEventTs()
      Deprecated.
    • setCallbackId

      public void setCallbackId(String callbackId)
      Deprecated.
    • setWorkflowStep

      public void setWorkflowStep(WorkflowStepExecution workflowStep)
      Deprecated.
    • setEventTs

      public void setEventTs(String eventTs)
      Deprecated.
    • equals

      public boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
      Deprecated.
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object