ProcessOrExternalTask

camundala.bpmn.ProcessOrExternalTask
sealed trait ProcessOrExternalTask[In <: Product, Out <: Product, T <: InOut[In, Out, T]](implicit 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 InOut[In, Out, T]

Attributes

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

Members list

Value members

Abstract methods

protected def impersonateUserId: Option[String]
protected def outputMock: Option[Out]
def processName: String
protected def servicesMocked: Boolean

Concrete methods

override def camundaInMap: Map[String, CamundaVariable]

Attributes

Definition Classes
def topicName: String

Inherited methods

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 inOutDescr: InOutDescr[In, Out]

Attributes

Inherited from:
InOut

Attributes

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

Attributes

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

Attributes

Inherited from:
InOut
def productArity: Int

Attributes

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

Attributes

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

Attributes

Inherited from:
InOut

Concrete fields

lazy val inputVariableNames: Seq[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 out: Out

Attributes

Inherited from:
InOut