Interface ProcessInstanceModificationRecordValue.ProcessInstanceModificationVariableInstructionValue
- All Known Implementing Classes:
ImmutableProcessInstanceModificationVariableInstructionValue
- Enclosing interface:
ProcessInstanceModificationRecordValue
@Immutable
public static interface ProcessInstanceModificationRecordValue.ProcessInstanceModificationVariableInstructionValue
-
Method Summary
Modifier and TypeMethodDescriptionReturns the element id of the scope where the variables should be created in, or an empty string if the variables are global for the process instance.Returns the variables of this instruction.
-
Method Details
-
getVariables
Returns the variables of this instruction. Can be empty. -
getElementId
String getElementId()Returns the element id of the scope where the variables should be created in, or an empty string if the variables are global for the process instance.
-