<#162 Auto generate node ID> Pull request opened b...
# flyte-github
a
#162 Auto generate node ID Pull request opened by honnix TL;DR Auto generate node ID Type ☐ Bug Fix ☑︎ Feature ☐ Plugin Are all requirements met? ☑︎ Code completed ☐ Smoke tested ☑︎ Unit tests added ☐ Code documentation added ☐ Any pending items have an associated Issue Complete description In most cases, there is no need to specify a node ID that must be unique across one workflow. This PR makes it possible to auto-generate one if unspecified. If node ID is not specified, it will be generated as
w<random>-n0
,
w<random>-n1
, etc. where
random
is a random integer generated per workflow build, and
w<random>
can be specified by a user; and to make a node readable, node name is inferred from class name. Tracking Issue Closes flyteorg/flyte#3185 Follow-up issue NA flyteorg/flytekit-java All checks have passed 3/3 successful checks