ProcessVariablesExtractor

camundala.camunda7.worker.ProcessVariablesExtractor

Validator to validate the input variables automatically.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Types

type GeneralVariableType = () ?=> Either[BadVariableError, GeneralVariables]
type VariableType = () ?=> Seq[Either[BadVariableError, (String, Option[Json])]]

Value members

Concrete methods

def extract(variableNames: Seq[String]): VariableType