C7JobService

orchescala.engine.c7.C7JobService
class C7JobService(using apiClientZIO: IO[EngineError, ApiClient], 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]]