JobService

orchescala.engine.inOut.JobService
trait JobService

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

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