enabledClients property

List<String>? enabledClients
getter/setter pair

The list of client ids which are enabled to execute the workflow using this trigger.

In other words, these clients have the workflow execution privledges for this trigger. For API trigger, the client id in the incoming request is validated against the list of enabled clients. For non-API triggers, one workflow execution is triggered on behalf of each enabled client.

Required.

Implementation

core.List<core.String>? enabledClients;