requestId property

String? requestId
getter/setter pair

A tag that prevents multiple concurrent workflow instances with the same tag from running.

This mitigates risk of concurrent instances started due to retries.It is recommended to always set this value to a UUID (https://en.wikipedia.org/wiki/Universally_unique_identifier).The tag must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.

Optional.

Implementation

core.String? requestId;