We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When working on #1316 I discover that whatever the value I add in the constant, the hash will stay the same.
Example:
key: Event steps: - type: trigger instanceHash: H74Qqq8nT5JZ9GSJmuSWLN5benWZPkUb5pYcvQLsoZX eventKey: eventX - type: task instanceHash: DTjy36ApV5YVbyXm67iWeAsD9uCbZETcPL1TbUPwHeYJ taskKey: taskY inputs: inputA: hello world
and
key: Event steps: - type: trigger instanceHash: H74Qqq8nT5JZ9GSJmuSWLN5benWZPkUb5pYcvQLsoZX eventKey: eventX - type: task instanceHash: DTjy36ApV5YVbyXm67iWeAsD9uCbZETcPL1TbUPwHeYJ taskKey: taskY inputs: inputA: "different value that should change the hash"
will generate the same hash
The text was updated successfully, but these errors were encountered:
antho1404
Successfully merging a pull request may close this issue.
When working on #1316 I discover that whatever the value I add in the constant, the hash will stay the same.
Example:
and
will generate the same hash
The text was updated successfully, but these errors were encountered: