Interface JumpToBuilder

    • Method Detail

      • jumpActivityTo

        JumpToBuilder jumpActivityTo​(JumpableWorkflowActivity activityToChange,
                                     WorkflowActivityDetails target)
        Adds given source and target activity to the internal list. This method will not validate that, the applyJumpTo() method will validate the configured source-target combinations.
        Note that not all activities specified in the collection of JumpToOptions.getCurrentActivities() have to have a jump target defined.
        Parameters:
        activityToChange - source current activity to jump from
        target - target activity to jump
        Returns:
        the new builder that includes added jump-to activity
      • applyJumpTo

        Workflow applyJumpTo()
        Applies the desired jump-to operations to the workflow instance.
        Returns:
        the updated workflow