CustomTask
orchescala.domain.CustomTask
case class CustomTask[In <: Product, Out <: Product](inOutDescr: InOutDescr[In, Out], otherEnumInExamples: Option[Seq[In]], otherEnumOutExamples: Option[Seq[Out]], dynamicOutMock: Option[In => Out], outputMock: Option[Out], outputVariables: Seq[String], servicesMocked: Boolean, manualOutMapping: Boolean, impersonateUserId: Option[String], handledErrors: Seq[ErrorCodeType], regexHandledErrors: Seq[String])(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 ExternalTask[In, Out, CustomTask[In, Out]]
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait ProcessElementtrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Inherited methods
Attributes
- Definition Classes
- Inherited from:
- ExternalTask
Attributes
- Inherited from:
- InOut
Attributes
- Inherited from:
- ProcessElement
Attributes
- Inherited from:
- ExternalTask
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Definition Classes
- Inherited from:
- ExternalTask
Attributes
- Inherited from:
- ProcessElement
Attributes
- Inherited from:
- InOut
Attributes
- Inherited from:
- InOut
Attributes
- Inherited from:
- InOut
Attributes
- Inherited from:
- InOut
Attributes
- Inherited from:
- InOut
Attributes
- Inherited from:
- InOut
In this article