Uses of Interface
io.automatiko.engine.api.workflow.Variable
Packages that use Variable
-
Uses of Variable in io.automatiko.engine.api.workflow
Methods in io.automatiko.engine.api.workflow with parameters of type VariableModifier and TypeMethodDescriptionbooleanDetermines if given augmentor is capable of working on given valuesVariableAugmentor.augmentOnCreate(String processId, String processVersion, String processInstanceId, Variable variable, Object value) Invoked when variable is going to be created for the first timevoidVariableAugmentor.augmentOnDelete(String processId, String processVersion, String processInstanceId, Variable variable, Object value) Invoked when variable is going to be removedVariableAugmentor.augmentOnUpdate(String processId, String processVersion, String processInstanceId, Variable variable, Object value) Invoked when variable is going to be updatedInitializes new instance of the given variable either by creating empty instance or based on configured default value