Interface MutableFormState
- All Superinterfaces:
FormState
- All Known Implementing Classes:
DbFormState
-
Method Summary
Modifier and TypeMethodDescriptionvoidstoreFormRecord(FormRecord record) Put the given form in the state.Methods inherited from interface io.camunda.zeebe.engine.state.immutable.FormState
findFormByKey, findLatestFormById
-
Method Details
-
storeFormRecord
Put the given form in the state. Update the latest version of the form if it is newer.- Parameters:
record- the record of the form
-