Interface Gear
- All Known Implementing Classes:
AbstractGear,GearForkJoin,GearGrid,GearMulti,GearStandard
public interface Gear
1) Bind instance for Task seeking
2) Fetch active Task
This interface will be used internal WProcess for different mode
1. The WMove must be bind
2. The ProcessInstance must be valid
* null value when processed
* 「Related」
* - traceId
* - traceOrder
* - parentId
*
* 「Camunda」
* - taskId
* - taskKey
*
* 「Flow」
* - assignedBy
* - assignedAt
* - acceptedBy
* - acceptedAt
* - finishedBy
* - finishedAt
* - comment
* - commentApproval
* - commentReject
*
* 「Future」
* - metadata
* - modelCategory
* - activityId
- Author:
- Lang
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault Gearconfiguration(io.vertx.core.json.JsonObject config) static Geario.vertx.core.Future<WTask>taskAsync(org.camunda.bpm.engine.runtime.ProcessInstance instance, org.camunda.bpm.engine.task.Task from)
-
Field Details
-
CC_GEAR
-
-
Method Details
-
instance
-
configuration
-
taskAsync
io.vertx.core.Future<WTask> taskAsync(org.camunda.bpm.engine.runtime.ProcessInstance instance, org.camunda.bpm.engine.task.Task from) -
todoAsync
-
todoAsync
-