ExternalTask

orchescala.domain.ExternalTask
sealed trait ExternalTask[In <: Product, Out <: Product, T <: ExternalTask[In, Out, T]](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 ProcessOrExternalTask[In, Out, T]

Attributes

Graph
Supertypes
trait ProcessOrExternalTask[In, Out, T]
trait InOut[In, Out, T]
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class CustomTask[In, Out]
class ServiceTask[In, Out, ServiceIn, ServiceOut]

Members list

Value members

Abstract methods

protected def handledErrors: Seq[ErrorCodeType]
protected def manualOutMapping: Boolean
protected def outputVariables: Seq[String]
protected def regexHandledErrors: Seq[String]

Concrete methods

override def camundaInMap: Map[String, CamundaVariable]

Attributes

Definition Classes
protected def mockedWorkers: Seq[String]
def processName: String
final override def topicName: String

Attributes

Definition Classes

Inherited methods

Attributes

Inherited from:
ProcessOrExternalTask

Attributes

Inherited from:
InOut
def label: String

Attributes

Inherited from:
ProcessElement
def productElementName(n: Int): String

Attributes

Inherited from:
Product
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def productPrefix: String

Attributes

Inherited from:
Product
def typeName: String

Attributes

Inherited from:
ProcessElement
def withDescr(description: String): T

Attributes

Inherited from:
InOut
def withId(i: String): T

Attributes

Inherited from:
InOut
def withIn(inFunct: In => In): T

Attributes

Inherited from:
InOut
def withIn(in: In): T

Attributes

Inherited from:
InOut
def withOut(outFunct: Out => Out): T

Attributes

Inherited from:
InOut
def withOut(out: Out): T

Attributes

Inherited from:
InOut

Inherited and Abstract methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals
def dynamicOutMock: Option[In => Out]

Attributes

Inherited from:
ProcessOrExternalTask
protected def impersonateUserId: Option[String]

Attributes

Inherited from:
ProcessOrExternalTask
def inOutDescr: InOutDescr[In, Out]

Attributes

Inherited from:
InOut
def otherEnumInExamples: Option[Seq[In]]

Attributes

Inherited from:
InOut
def otherEnumOutExamples: Option[Seq[Out]]

Attributes

Inherited from:
InOut
protected def outputMock: Option[Out]

Attributes

Inherited from:
ProcessOrExternalTask
def productArity: Int

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product
protected def servicesMocked: Boolean

Attributes

Inherited from:
ProcessOrExternalTask
def withInOutDescr(inOutDescr: InOutDescr[In, Out]): T

Attributes

Inherited from:
InOut

Concrete fields

lazy val inOutType: InOutType

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