Package com.mendix.workflows
Interface JumpToOptions
public interface JumpToOptions
Provides an interface for jump-to operations.
- 
Method SummaryModifier and TypeMethodDescriptionCollection<? extends JumpableWorkflowActivity> Returns the list of activities that can be changed using jump-to.Returns a builder to configure and apply a jump-to configuration for this workflow.
- 
Method Details- 
getCurrentActivitiesCollection<? extends JumpableWorkflowActivity> getCurrentActivities()Returns the list of activities that can be changed using jump-to. On the returned JumpableWorkflowActivity you can find the details of the source activity and the applicable targets to jump to.- Returns:
- the list of activities that can be changed using jump-to.
 
- 
prepareJumpToJumpToBuilder prepareJumpTo()Returns a builder to configure and apply a jump-to configuration for this workflow.- Returns:
- a builder to configure and apply a jump-to configuration for this workflow.
 
 
-