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 Serializabletrait ProcessNodetrait ProcessElementtrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Inherited methods
Attributes
- Inherited from:
- InOut
Attributes
- Inherited from:
- ProcessElement
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- ProcessElement
Concrete fields
In this article