Interface RunOn


  • public interface RunOn
    Author:
    Lang
    • Method Detail

      • get

        static RunOn get()
      • startAsync

        io.vertx.core.Future<org.camunda.bpm.engine.runtime.ProcessInstance> startAsync​(String definitionKey,
                                                                                        WMove move)
      • moveAsync

        io.vertx.core.Future<org.camunda.bpm.engine.runtime.ProcessInstance> moveAsync​(org.camunda.bpm.engine.runtime.ProcessInstance instance,
                                                                                       WMove move)
      • stopAsync

        io.vertx.core.Future<Boolean> stopAsync​(org.camunda.bpm.engine.runtime.ProcessInstance instance)