ProcessInstanceService

orchescala.engine.inOut.ProcessInstanceService

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def getVariables[In <: Product : Decoder](processInstanceId: String, inOut: In): IO[EngineError, In]
def startProcessAsync[In <: Product : Encoder](processDefId: String, in: In, businessKey: Option[String]): IO[EngineError, ProcessInfo]