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, userTaskDefId: String): IO[EngineError, Option[UserTask]]

Concrete methods

protected def getUserTaskVariableJsonProps(processInstanceId: String, userTaskDefId: String, variableFilter: Option[Seq[String]], timeoutInSec: Int): IO[EngineError, (String, Seq[JsonProperty])]
def getUserTaskVariables(processInstanceId: String, userTaskDefId: String, variableFilter: Option[String], timeoutInSec: Option[Int]): IO[EngineError, (String, Json)]

Inherited and Abstract methods

Attributes

Inherited from:
EngineService