Interface ProcessStateStore

All Known Implementing Classes:
ProcessStateStoreImpl, TenantAwareProcessStateStoreImpl

public interface ProcessStateStore
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    update(ProcessImportResult processDefinitions)
    Update the process state based on the latest versions of the process definitions.
  • Method Details

    • update

      void update(ProcessImportResult processDefinitions)
      Update the process state based on the latest versions of the process definitions. Implementations must be idempotent.