C8JobService

orchescala.engine.c8.C8JobService
class C8JobService(using camundaClientZIO: IO[EngineError, CamundaClient], engineConfig: EngineConfig) extends JobService

Attributes

Graph
Supertypes
trait JobService
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def execute(jobId: String): IO[EngineError, Unit]
def getJobs(processInstanceId: Option[String]): IO[EngineError, List[Job]]