Process
orchescala.domain.Process
case class Process[In <: Product, Out <: Product, InitIn <: Product](inOutDescr: InOutDescr[In, Out], initIn: InitIn, processLabels: ProcessLabels, elements: Seq[ProcessNode | InOut[_, _, _]], startEventType: StartEventType, otherEnumInExamples: Option[Seq[In]], otherEnumOutExamples: Option[Seq[Out]], initInDescr: Option[String], dynamicOutMock: Option[In => Out], servicesMocked: Boolean, mockedWorkers: Seq[String], outputMock: Option[Out], impersonateUserId: Option[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], evidence$7: Encoder[InitIn], evidence$8: Schema[InitIn]) extends ProcessOrExternalTask[In, Out, Process[In, Out, InitIn]]
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait ProcessElementtrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- ProcessOrExternalTask
Attributes
- Inherited from:
- InOut
Attributes
- Inherited from:
- ProcessElement
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- ProcessOrExternalTask
Attributes
- Inherited from:
- ProcessElement
In this article