Uses of Class
io.vertx.tp.workflow.atom.runtime.WTask
Packages that use WTask
-
Uses of WTask in io.vertx.tp.workflow.atom.runtime
Methods in io.vertx.tp.workflow.atom.runtime that return WTask -
Uses of WTask in io.vertx.tp.workflow.uca.conformity
Methods in io.vertx.tp.workflow.uca.conformity that return types with arguments of type WTaskModifier and TypeMethodDescriptionio.vertx.core.Future<WTask>AbstractGear.taskAsync(org.camunda.bpm.engine.runtime.ProcessInstance instance, org.camunda.bpm.engine.task.Task from) io.vertx.core.Future<WTask>Gear.taskAsync(org.camunda.bpm.engine.runtime.ProcessInstance instance, org.camunda.bpm.engine.task.Task from) Methods in io.vertx.tp.workflow.uca.conformity with parameters of type WTaskModifier and TypeMethodDescriptionGearForkJoin.todoAsync(io.vertx.core.json.JsonObject parameters, WTask wTask, WTicket ticket, WTodo todo) GearMulti.todoAsync(io.vertx.core.json.JsonObject parameters, WTask wTask, WTicket ticket, WTodo todo) GearStandard.todoAsync(io.vertx.core.json.JsonObject parameters, WTask wTask, WTicket ticket, WTodo todo)