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 Serializable
trait ProcessOrExternalTask[In, Out, Process[In, Out, InitIn]]
trait InOut[In, Out, Process[In, Out, InitIn]]
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def camundaInMap: Map[String, CamundaVariable]

Attributes

Definition Classes
def inOuts: Seq[InOut[_, _, _]]
def mockServices: Process[In, Out, InitIn]
def mockWith(outputMock: Out): Process[In, Out, InitIn]
def mockWith(outputMock: In => Out): Process[In, Out, InitIn]
def mockWorker(workerName: String): Process[In, Out, InitIn]
def mockWorkers(workerNames: String*): Process[In, Out, InitIn]
def withElements(elements: ProcessNode | InOut[_, _, _]*): Process[In, Out, InitIn]
def withEnumInExample(enumInExample: In): Process[In, Out, InitIn]
def withEnumInExamples(enumInExamples: In*): Process[In, Out, InitIn]
def withEnumOutExample(enumOutExample: Out): Process[In, Out, InitIn]
def withEnumOutExamples(enumOutExamples: Out*): Process[In, Out, InitIn]
def withImpersonateUserId(impersonateUserId: String): Process[In, Out, InitIn]
def withInOutDescr(descr: InOutDescr[In, Out]): Process[In, Out, InitIn]
def withInitInDescr(descr: String): Process[In, Out, InitIn]
def withStartEventType(startEventType: StartEventType): Process[In, Out, InitIn]

Inherited methods

Attributes

Inherited from:
ProcessOrExternalTask

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 topicName: String

Attributes

Inherited from:
ProcessOrExternalTask
def typeName: String

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
InOut

Concrete fields

lazy val inOutType: InOutType
lazy val processName: String

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