version property

int? version
getter/setter pair

The version of workflow template to instantiate.

If specified, the workflow will be instantiated only if the current version of the workflow template has the supplied version.This option cannot be used to instantiate a previous version of workflow template.

Optional.

Implementation

core.int? version;