<version>-<directory_hash>
version
is a user-defined string (ex. “0.0.1”) read from your project root directory’s version
file. It can be overridden
to provide a user-friendly name for the workflow version.directory_hash
is a hash of the project directory. It ensures a unique version string is generated if the directory
contents change.<version>-<commit_hash>-<directory_hash>
If the git repository has uncommitted changes, the SDK will append -wip
to the commit-hash.
<version>-<commit_hash>-wip-<directory_hash>
LatchMetadata
object:
Development
tab on the workflow page.