Interface ProcessInstanceModificationRecordValue.ProcessInstanceModificationVariableInstructionValue

All Known Implementing Classes:
ImmutableProcessInstanceModificationVariableInstructionValue
Enclosing interface:
ProcessInstanceModificationRecordValue

@Immutable public static interface ProcessInstanceModificationRecordValue.ProcessInstanceModificationVariableInstructionValue
  • Method Summary

    Modifier and Type
    Method
    Description
    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.
    Returns the variables of this instruction.
  • Method Details

    • getVariables

      Map<String,Object> 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.