JProcessInstanceService

orchescala.engine.json.JProcessInstanceService

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def getVariables(processInstanceId: String, inOut: Product): IO[EngineError, Seq[JsonProperty]]
def startProcessAsync(processDefId: String, in: Json, businessKey: Option[String]): IO[EngineError, ProcessInfo]