FlowService

org.beangle.ems.core.oa.service.FlowService
trait FlowService

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def back(process: FlowActiveProcess, activity: FlowActivity): Unit
def cancel(process: FlowActiveProcess): Unit
def complete(task: FlowActiveTask, payload: Payload): FlowProcess
def getFlow(code: String): Flow
def getFlows(businessCode: String, profileId: String): Seq[Flow]
def remove(process: FlowProcess): Unit
def start(flow: Flow, businessKey: String, data: JsonObject): FlowProcess