Package io.vertx.tp.workflow.uca.runner
Interface RunOn
-
public interface RunOn- Author:
- Lang
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static RunOnget()io.vertx.core.Future<org.camunda.bpm.engine.runtime.ProcessInstance>moveAsync(org.camunda.bpm.engine.runtime.ProcessInstance instance, WMove move)io.vertx.core.Future<org.camunda.bpm.engine.runtime.ProcessInstance>startAsync(String definitionKey, WMove move)io.vertx.core.Future<Boolean>stopAsync(org.camunda.bpm.engine.runtime.ProcessInstance instance)
-
-
-
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)
-
-