revisionId property

String? revisionId
getter/setter pair

The revision of the workflow.

A new revision of a workflow is created as a result of updating the following properties of a workflow: - Service account - Workflow code to be executed The format is "000001-a4d", where the first six characters define the zero-padded revision ordinal number. They are followed by a hyphen and three hexadecimal random characters.

Output only.

Implementation

core.String? revisionId;