ExternalTask

camundala.bpmn.ExternalTask
sealed trait ExternalTask[In <: Product, Out <: Product, T <: ExternalTask[In, Out, T]](implicit evidence$31: Encoder[In], evidence$32: Decoder[In], evidence$33: Schema[In], evidence$34: Encoder[Out], evidence$35: Decoder[Out], evidence$36: 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, ServiceOut]

Members list

Value members

Abstract methods

def regexHandledErrors: Seq[String]

Concrete methods

override def camundaInMap: Map[String, CamundaVariable]

Attributes

Definition Classes
def processName: String
final override def topicName: String

Attributes

Definition Classes

Inherited methods

Attributes

Inherited from:
InOut
def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals
def defaultMocked: Boolean

Attributes

Inherited from:
ProcessOrExternalTask
def impersonateUserId: Option[String]

Attributes

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

Attributes

Inherited from:
InOut
def label: String

Attributes

Inherited from:
ProcessElement
def outputMock: Option[Out]

Attributes

Inherited from:
ProcessOrExternalTask
def outputVariables: Seq[String]

Attributes

Inherited from:
ProcessOrExternalTask
def productArity: Int

Attributes

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

Attributes

Inherited from:
Product
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 withInOutDescr(inOutDescr: InOutDescr[In, Out]): 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 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 inOutClass: String

Attributes

Inherited from:
InOut
lazy val inputVariableNames: Seq[String]

Attributes

Inherited from:
ProcessOrExternalTask
lazy val out: Out

Attributes

Inherited from:
InOut
final val topicDefinition: String

Attributes

Inherited from:
ProcessOrExternalTask