Package io.holunda.camunda.taskpool.api.process.variable
See: Description
-
Class Summary Class Description ChangeProcessVariablesForExecutionCommand Represents a change of process variables of a given process execution. ProcessVariableCreate Change exposing the creating of variable. ProcessVariableUpdate Change exposing the updating of the variable. ProcessVariableDelete Change exposing the deleting of variable. TypedValueProcessVariableValue Implementation of the process variable value, where the value itself is represented by Camunda's typed value. PrimitiveProcessVariableValue Implementation of the process variable value, where the value itself is represented by a 'primitive' class. ObjectProcessVariableValue Implementation of the process variable value, where the value itself is represented by a map hierarchy of native classes. -
Interface Summary Interface Description ProcessVariableChange Variable change. ProcessVariableValue Carries the variable value, without dependency to concrete Java class. -
Enum Summary Enum Description ProcessVariableValueType Type of process variable.