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

Members list

Value members

Concrete methods

def handleError(errorCode: ErrorCodeType): CustomTask[In, Out]
def handleErrorWithRegex(regex: String): CustomTask[In, Out]
def handleErrors(errorCodes: ErrorCodeType*): CustomTask[In, Out]
def mockServices: CustomTask[In, Out]
def mockWith(outputMock: Out): CustomTask[In, Out]
def mockWith(outputMock: In => Out): CustomTask[In, Out]
def withEnumInExample(enumInExample: In): CustomTask[In, Out]
def withEnumInExamples(enumInExamples: In*): CustomTask[In, Out]
def withEnumOutExample(enumOutExample: Out): CustomTask[In, Out]
def withEnumOutExamples(enumOutExamples: Out*): CustomTask[In, Out]
def withImpersonateUserId(impersonateUserId: String): CustomTask[In, Out]
def withInOutDescr(descr: InOutDescr[In, Out]): CustomTask[In, Out]
def withOutputVariable(name: String): CustomTask[In, Out]
def withOutputVariables(names: String*): CustomTask[In, Out]

Inherited methods

Attributes

Inherited from:
ProcessOrExternalTask
override def camundaInMap: Map[String, CamundaVariable]

Attributes

Definition Classes
Inherited from:
ExternalTask

Attributes

Inherited from:
InOut
def label: String

Attributes

Inherited from:
ProcessElement
protected def mockedWorkers: Seq[String]

Attributes

Inherited from:
ExternalTask
def processName: String

Attributes

Inherited from:
ExternalTask
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
final override def topicName: String

Attributes

Definition Classes
Inherited from:
ExternalTask
def typeName: String

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
InOut

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 inOutType: InOutType

Attributes

Inherited from:
ExternalTask
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