Package com.mendix.workflows
Interface JumpToOptions
public interface JumpToOptions
Provides an interface for jump-to operations.
-
Method Summary
Modifier 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
-
getCurrentActivities
Collection<? extends JumpableWorkflowActivity> getCurrentActivities()Returns the list of activities that can be changed using jump-to. The returnedJumpableWorkflowActivity
provides 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
-
prepareJumpTo
JumpToBuilder 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
-