triggerId property

String? triggerId
getter/setter pair

The trigger id of the workflow trigger config.

If both trigger_id and client_id is present, the workflow is executed from the start tasks provided by the matching trigger config otherwise it is executed from the default start tasks.

Implementation

core.String? triggerId;