runExecutionToken property

String? runExecutionToken
getter/setter pair

A unique string used as a suffix for creating a new execution.

The Job will become ready when the execution is successfully completed. The sum of job name and token length must be fewer than 63 characters.

Implementation

core.String? runExecutionToken;