io.holunda.camunda.taskpool.enricher.EmptyTaskCommandEnricher.kt Maven / Gradle / Ivy
package io.holunda.camunda.taskpool.enricher
import io.holunda.camunda.taskpool.api.task.TaskIdentityWithPayloadAndCorrelations
/**
* Empty implementation without eny enrichment. Used for compliance of the commands.
*/
class EmptyTaskCommandEnricher : VariablesEnricher {
override fun enrich(command: T): T = command.apply { enriched = true }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy