Interface TimeBasedWorkflowActivity

All Superinterfaces:
WorkflowActivity
All Known Implementing Classes:
AbstractTimeBasedWorkflowActivity

public interface TimeBasedWorkflowActivity
extends WorkflowActivity
Interface for an activity in a time-based workflow (a workflow initiated by a schedule).
  • Method Summary

    Modifier and Type Method Description
    void execute​(TimeBasedWorkflowContext workflowContext)
    Execute the activity
  • Method Details

    • execute

      void execute​(TimeBasedWorkflowContext workflowContext)
      Execute the activity
      Parameters:
      workflowContext - describes the current execution context