Interface ActionBasedWorkflowActivity<M extends Model>

All Superinterfaces:
WorkflowActivity
All Known Implementing Classes:
AbstractActionBasedWorkflowActivity

public interface ActionBasedWorkflowActivity<M extends Model>
extends WorkflowActivity
Interface for an activity in an action-based workflow (a workflow initiated by executing a write action on a Model).
  • Method Summary

    Modifier and Type Method Description
    void execute​(ActionBasedWorkflowContext<M> workflowContext)
    Execute the activity
  • Method Details