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
The User Guide documentation for the wait action configuration indicate an identifier field, but the field to specify in yaml should actually be 'name'.
identifier
The struct definition tags parse json for name instead of identifier. We should update the docs to be consistent.
name
The text was updated successfully, but these errors were encountered:
Fix #1653
0d47713
7bef897
Racer159
Successfully merging a pull request may close this issue.
Description
The User Guide documentation for the wait action configuration indicate an
identifier
field, but the field to specify in yaml should actually be 'name'.The struct definition tags parse json for
name
instead ofidentifier
. We should update the docs to be consistent.The text was updated successfully, but these errors were encountered: