mix lightning.gen_workflow_hash (Lightning v2.19.0-pre)
View SourceGenerates a deterministic version hash for an existing workflow.
Usage
mix lightning.gen_workflow_hash WORKFLOW_UUID [--no-hash]Arguments
WORKFLOW_UUID- The UUID of the workflow to hash
Options
--no-hash- Print the joined pre-hash string instead of the hash. Useful for debugging what's fed into the hash.
Examples
mix lightning.gen_workflow_hash 550e8400-e29b-41d4-a716-446655440000
mix lightning.gen_workflow_hash 550e8400-e29b-41d4-a716-446655440000 --no-hash