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 getVariablesInternal(processInstanceId: String, variableFilter: Option[Seq[String]]): IO[EngineError, Seq[JsonProperty]]
override def startProcessAsync(processDefId: String, in: Json, businessKey: Option[String], tenantId: Option[String]): IO[EngineError, ProcessInfo]

Attributes

Definition Classes
ProcessInstanceService

Inherited methods

def getVariables(processInstanceId: String, inOut: Option[Product]): IO[EngineError, Seq[JsonProperty]]

Attributes

Inherited from:
ProcessInstanceService

Inherited fields

lazy val engineType: EngineType

Attributes

Inherited from:
GService