Package io.camunda.zeebe.engine.state.migration
package io.camunda.zeebe.engine.state.migration
-
ClassDescriptionReads out the sent time for message subscriptions and sets the
correlating
field in records inZbColumnFamilies.MESSAGE_SUBSCRIPTION_BY_KEY
Interface for migration tasks.Migrates pending process message subscriptions by adding them toPendingProcessMessageSubscriptionState
and removing them fromZbColumnFamilies.PROCESS_SUBSCRIPTION_BY_SENT_TIME
.Reads out the temporary variable column and creates an EventTrigger for reach of them.