CorrelateMessageIn

case class CorrelateMessageIn(messageName: String, businessKey: Option[String], tenantId: Option[String], withoutTenantId: Option[Boolean], processInstanceId: Option[String], correlationKeys: Option[Map[String, CamundaVariable]], localCorrelationKeys: Option[Map[String, CamundaVariable]], processVariables: Option[Map[String, CamundaVariable]], processVariablesLocal: Option[Map[String, CamundaVariable]], all: Boolean, resultEnabled: Boolean, variablesInResultEnabled: Boolean)
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product