UserTask

orchescala.domain.UserTask
See theUserTask companion object
case class UserTask[In <: Product, Out <: Product](inOutDescr: InOutDescr[In, Out], otherEnumInExamples: Option[Seq[In]], otherEnumOutExamples: Option[Seq[Out]])(using evidence$1: Encoder[In], evidence$2: Decoder[In], evidence$3: Schema[In], evidence$4: Encoder[Out], evidence$5: Decoder[Out], evidence$6: Schema[Out]) extends ProcessNode, Activity[In, Out, UserTask[In, Out]]

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Activity[In, Out, UserTask[In, Out]]
trait InOut[In, Out, UserTask[In, Out]]
trait ProcessNode
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def withEnumInExample(enumInExample: In): UserTask[In, Out]
def withEnumInExamples(enumInExamples: In*): UserTask[In, Out]
def withEnumOutExample(enumOutExample: Out): UserTask[In, Out]
def withEnumOutExamples(enumOutExamples: Out*): UserTask[In, Out]
def withInOutDescr(descr: InOutDescr[In, Out]): UserTask[In, Out]

Inherited methods

def camundaInMap: Map[String, CamundaVariable]

Attributes

Inherited from:
InOut
def label: String

Attributes

Inherited from:
ProcessElement
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def typeName: String

Attributes

Inherited from:
ProcessElement
def withDescr(description: String): UserTask[In, Out]

Attributes

Inherited from:
InOut
def withId(i: String): UserTask[In, Out]

Attributes

Inherited from:
InOut
def withIn(inFunct: In => In): UserTask[In, Out]

Attributes

Inherited from:
InOut
def withIn(in: In): UserTask[In, Out]

Attributes

Inherited from:
InOut
def withOut(outFunct: Out => Out): UserTask[In, Out]

Attributes

Inherited from:
InOut
def withOut(out: Out): UserTask[In, Out]

Attributes

Inherited from:
InOut

Concrete fields

lazy override val camundaToCheckMap: Map[String, CamundaVariable]
lazy val inOutType: InOutType

Inherited fields

lazy val camundaOutMap: Map[String, CamundaVariable]

Attributes

Inherited from:
InOut
lazy val descr: Option[String]

Attributes

Inherited from:
InOut
lazy val id: String

Attributes

Inherited from:
InOut
lazy val in: In

Attributes

Inherited from:
InOut
lazy val inAsJson: Json

Attributes

Inherited from:
InOut
lazy val inVariableNames: Seq[String]

Attributes

Inherited from:
InOut
lazy val inVariables: Seq[(String, Any)]

Attributes

Inherited from:
InOut
lazy val niceName: String

Attributes

Inherited from:
InOut
lazy val out: Out

Attributes

Inherited from:
InOut
lazy val outAsJson: Json

Attributes

Inherited from:
InOut
lazy val outVariableNames: Seq[String]

Attributes

Inherited from:
InOut
lazy val outVariables: Seq[(String, Any)]

Attributes

Inherited from:
InOut