All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.holunda.camunda.taskpool.enricher.EmptyTaskCommandEnricher.kt Maven / Gradle / Ivy

There is a newer version: 2.1.8
Show newest version
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