PipedreamHQ / PipedreamHQ/pipedream
[BUG] Workflow search and replace doesn't work with all actions
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
**Describe the bug**
Using workflow search and replace, the changes affect Node.js and Python code steps, but not Snowflake Execute SQL Query steps. I presume the same is true with others.
**To Reproduce**
Steps to reproduce the behavior:
1. Set up a workflow that has Node.js, Python, and Snowflake Execute SQL Query steps, all containing some particular piece of text (A)
2. Use workflow search and replace to replace A with B
3. Review all the steps, and you'll find that the Execute SQL Query step hasn't been changed
**Expected behavior**
The text should be replaced everywhere in the project, if Replace All is used.
Contributor guide
Assessment
This issue has not been assessed yet.