Package com.mendix.workflows
Interface JumpableWorkflowActivity
-
public interface JumpableWorkflowActivity
Represents a Workflow Activity for Jump To.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<? extends WorkflowActivityDetails>
getApplicableTargets()
Returns the possible target workflow activities that the workflow can jump to.WorkflowActivityDetails
getDetails()
Gets the workflow activity details.
-
-
-
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
-
-