userGeneratedExecutionId property
This is a unique id provided by the method caller.
If provided this will be used as the execution_id when a new execution info is created. This is a string representation of a UUID. Must have no more than 36 characters and contain only alphanumeric characters and hyphens.
Optional.
Implementation
core.String? userGeneratedExecutionId;