Package io.vertx.tp.workflow.uca.camunda
Interface RunOn
public interface RunOn
- Author:
- Lang
-
Method Summary
Modifier and TypeMethodDescriptionstatic RunOnget()io.vertx.core.Future<org.camunda.bpm.engine.runtime.ProcessInstance>moveAsync(io.vertx.core.json.JsonObject params, WTransition transition) io.vertx.core.Future<org.camunda.bpm.engine.runtime.ProcessInstance>startAsync(io.vertx.core.json.JsonObject params, WTransition transition) io.vertx.core.Future<Boolean>stopAsync(TodoStatus status, WTransition transition)
-
Method Details
-
get
-
startAsync
io.vertx.core.Future<org.camunda.bpm.engine.runtime.ProcessInstance> startAsync(io.vertx.core.json.JsonObject params, WTransition transition) -
moveAsync
io.vertx.core.Future<org.camunda.bpm.engine.runtime.ProcessInstance> moveAsync(io.vertx.core.json.JsonObject params, WTransition transition) -
stopAsync
-