SendSignalIn

case class SendSignalIn(@Schema$$annotations$$description("The name of the signal to deliver.") name: String, @Schema$$annotations$$description("\nSpecifies a tenant to deliver the signal. The signal can only be received on executions or process definitions which belongs to the given tenant.\n\nNote: Cannot be used in combination with executionId.\n") tenantId: Option[String], withoutTenantId: Option[Boolean], @Schema$$annotations$$description("\nOptionally specifies a single execution which is notified by the signal.\n\nNote: If no execution id is defined the signal is broadcasted to all subscribed handlers.\n") executionId: Option[String], @Schema$$annotations$$description("A JSON object containing variable key-value pairs. Each key is a variable name and each value a JSON variable value object.") variables: Option[Map[String, CamundaVariable]])
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