clientId property
If the client id is provided, then the combination of trigger id and client id is matched across all the workflows.
If the client id is not provided, then workflows with matching trigger id are executed for each client id in the {@link TriggerConfig}. For Api Trigger, the client id is required and will be validated against the allowed clients.
Optional.
Implementation
core.String? clientId;