ProcessVariablesExtractor
camundala.camunda7.worker.ProcessVariablesExtractor$
object ProcessVariablesExtractor extends CamundaHelper
Validator to validate the input variables automatically.
Attributes
- Graph
-
- Supertypes
- Self type
Members list
Type members
Types
Value members
Concrete methods
Inherited methods
def extractSeqFromArrayOrString(varKey: String | InputParams, defaultSeq: Seq[String | ErrorCodes]): () ?=> Either[BadVariableError, Seq[String]]
Attributes
- Inherited from:
- CamundaHelper
def extractSeqFromArrayOrString(varKey: String | InputParams): () ?=> Either[BadVariableError, Seq[String]]
Attributes
- Inherited from:
- CamundaHelper
Attributes
- Inherited from:
- CamundaHelper
Attributes
- Inherited from:
- CamundaHelper
Attributes
- Inherited from:
- CamundaHelper
Returns the Variable in the Bag. B if there is no Variable with that identifier.
Returns the Variable in the Bag. B if there is no Variable with that identifier.
Attributes
- Inherited from:
- CamundaHelper
def variable[A : Decoder](varKey: String | InputParams, defaultObj: A): () ?=> Either[BadVariableError, A]
Analog variable(String vari)
. You can define a Value that is returned if there is no Variable with this name.
Analog variable(String vari)
. You can define a Value that is returned if there is no Variable with this name.
Attributes
- Inherited from:
- CamundaHelper
def variableOpt[A : Decoder](varKey: String | InputParams): () ?=> Either[BadVariableError, Option[A]]
Returns the Variable in the Bag. If there is none it return null
. It returns whatever datatype the variable contains.
Returns the Variable in the Bag. If there is none it return null
. It returns whatever datatype the variable contains.
Attributes
- Inherited from:
- CamundaHelper
Attributes
- Inherited from:
- CamundaHelper
Extensions
Inherited extensions
extension [T](option: Option[T])(option: Option[T])
Attributes
- Inherited from:
- CamundaHelper
Attributes
- Inherited from:
- CamundaHelper
In this article