Package cn.vertxup.workflow.service
Class FlowService
java.lang.Object
cn.vertxup.workflow.service.FlowService
- All Implemented Interfaces:
FlowStub
- Author:
- Lang
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.vertx.core.Future<io.vertx.core.json.JsonObject>io.vertx.core.Future<io.vertx.core.json.JsonObject>io.vertx.core.Future<io.vertx.core.json.JsonObject>io.vertx.core.Future<io.vertx.core.json.JsonObject>fetchForm(org.camunda.bpm.engine.runtime.ProcessInstance instance, org.camunda.bpm.engine.task.Task task, String sigma)
-
Constructor Details
-
FlowService
public FlowService()
-
-
Method Details
-
fetchFlow
-
fetchForm
public io.vertx.core.Future<io.vertx.core.json.JsonObject> fetchForm(org.camunda.bpm.engine.repository.ProcessDefinition definition, String sigma) -
fetchForm
public io.vertx.core.Future<io.vertx.core.json.JsonObject> fetchForm(org.camunda.bpm.engine.runtime.ProcessInstance instance, org.camunda.bpm.engine.task.Task task, String sigma) -
fetchForm
public io.vertx.core.Future<io.vertx.core.json.JsonObject> fetchForm(org.camunda.bpm.engine.history.HistoricProcessInstance instance, String sigma)
-