Interface ProcessRunner.ExecutableRunner.StartingByKey

    • Method Detail

      • fromBefore

        ProcessRunner.ExecutableRunner.StartingByKey fromBefore​(String activityId)
        Run the new process instance not from its beginning, but just from before the activity id provided as parameter.
        Parameters:
        activityId - from before which the new process instance should be started
      • fromAfter

        ProcessRunner.ExecutableRunner.StartingByKey fromAfter​(String activityId)
        Run the new process instance not from its beginning, but just from after the activity id provided as parameter.
        Parameters:
        activityId - from after which the new process instance should be started