GProcessInstanceService

orchescala.engine.gateway.GProcessInstanceService
class GProcessInstanceService(using services: Seq[ProcessInstanceService]) extends ProcessInstanceService, GService

Attributes

Graph
Supertypes
trait GService
trait ProcessInstanceService
trait EngineService
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

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

Attributes

Definition Classes
ProcessInstanceService

Inherited fields

lazy val engineType: EngineType

Attributes

Inherited from:
GService