C7ProcessInstanceService

orchescala.engine.c7.C7ProcessInstanceService
class C7ProcessInstanceService(using apiClientZIO: IO[EngineError, ApiClient], engineConfig: EngineConfig) extends ProcessInstanceService, C7Service

Attributes

Graph
Supertypes
trait C7Service
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:
C7Service