Package com.mendix.workflows
Interface JumpableWorkflowActivity
public interface JumpableWorkflowActivity
Represents a Workflow Activity for Jump To.
-
Method Summary
Modifier and TypeMethodDescriptionCollection
<? extends WorkflowActivityDetails> Returns the possible target workflow activities that the workflow can jump to.Returns the workflow activity details.
-
Method Details
-
getDetails
WorkflowActivityDetails getDetails()Returns the workflow activity details.- Returns:
- the workflow activity details
-
getApplicableTargets
Collection<? extends WorkflowActivityDetails> getApplicableTargets()Returns the possible target workflow activities that the workflow can jump to.- Returns:
- the workflow activities
-