Interface ProcessStateStore
- All Known Implementing Classes:
ProcessStateStoreImpl,TenantAwareProcessStateStoreImpl
public interface ProcessStateStore
-
Method Summary
Modifier and TypeMethodDescriptionvoidupdate(ProcessImportResult processDefinitions) Update the process state based on the latest versions of the process definitions.
-
Method Details
-
update
Update the process state based on the latest versions of the process definitions. Implementations must be idempotent.
-