Class AbstractGear

java.lang.Object
io.vertx.tp.workflow.uca.conformity.AbstractGear
All Implemented Interfaces:
Gear
Direct Known Subclasses:
GearForkJoin, GearGrid, GearMulti, GearStandard

public abstract class AbstractGear extends Object implements Gear
Author:
Lang
  • Field Details

    • configuration

      protected final io.vertx.core.json.JsonObject configuration
    • type

      protected PassWay type
  • Constructor Details

    • AbstractGear

      protected AbstractGear(PassWay type)
  • Method Details

    • configuration

      public Gear configuration(io.vertx.core.json.JsonObject config)
      Specified by:
      configuration in interface Gear
    • taskAsync

      public io.vertx.core.Future<WTask> taskAsync(org.camunda.bpm.engine.runtime.ProcessInstance instance, org.camunda.bpm.engine.task.Task from)
      Specified by:
      taskAsync in interface Gear
    • buildSerial

      protected void buildSerial(WTodo todo, WTicket ticket, Integer sequence)