UserTaskService

orchescala.engine.services.UserTaskService

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def complete(taskId: String, out: Map[String, CamundaVariable]): IO[EngineError, Unit]
def getUserTask(processInstanceId: String, userTaskId: String): IO[EngineError, Option[UserTask]]

Inherited and Abstract methods

Attributes

Inherited from:
EngineService