Interface JumpableWorkflowActivity


  • public interface JumpableWorkflowActivity
    Represents a Workflow Activity for Jump To.
    • Method Detail

      • getDetails

        WorkflowActivityDetails getDetails()
        Gets the workflow activity details.
        Returns:
        the workflow activity details
      • getApplicableTargets

        java.util.Collection<? extends WorkflowActivityDetails> getApplicableTargets()
        Returns the possible target workflow activities that the workflow can jump to.
        Returns:
        the workflow activities