Interface WorkflowProviderEvent.WorkflowStepScheduledEvent

All Superinterfaces:
ProviderEvent, WorkflowProviderEvent
Enclosing interface:
WorkflowProviderEvent

public static interface WorkflowProviderEvent.WorkflowStepScheduledEvent extends WorkflowProviderEvent
Event fired when a workflow step is scheduled.
  • Method Details

    • getStepId

      String getStepId()
      Gets the step ID.
      Returns:
      the step ID
    • getStepProviderId

      String getStepProviderId()
      Gets the step provider ID.
      Returns:
      the step provider ID
    • getScheduledTime

      long getScheduledTime()
      Gets the scheduled time for the step.
      Returns:
      the scheduled time in milliseconds since epoch
    • getDelay

      String getDelay()
      Gets the delay duration before the step should be executed.
      Returns:
      the delay as a duration string (e.g., "PT5M" for 5 minutes)