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
- Known subtypes
-
Members list
Value members
Abstract methods
Concrete methods
Attributes
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- InOut
Attributes
- Inherited from:
- ProcessElement
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- ProcessElement
Concrete fields
Inherited fields
Attributes
- Inherited from:
- InOut
In this article