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

dev.bpmcrafters.processengineapi.process.ProcessInformation.kt Maven / Gradle / Ivy

There is a newer version: 0.3.0
Show newest version
package dev.bpmcrafters.processengineapi.process

/**
 * Information about the process instance.
 * @since 0.0.1
 */
data class ProcessInformation(
  /**
   * Reference to the instance.
   */
  val instanceId: String,
  /**
   * Additional metadata about started instance.
   */
  val meta: Map
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy