Mighten opened a new pull request, #16933: URL: https://github.com/apache/dolphinscheduler/pull/16933
<!--Thanks very much for contributing to Apache DolphinScheduler, we are happy that you want to help us improve DolphinScheduler! --> ## Purpose of the pull request This Pull Request fixes a bug that prevents passing the `varPool` to the next Shell Node and aims to close #16540. - [ ] #16540 ## Brief change log - Updated the `TaskExecutionContext` with the `varPool` in JSON format after executing the Shell node. ## Verify this pull request This change can be verified as follows: 1) Setup a *shell-node-to-shell-node* workflow as follows:  2) Bring workflow online and start it: 3) Check for Worker log in IntelliJ IDEA Console:  "After this PR, the `a` and `b` in the `varPool` can be substituted correctly. > Before this PR, the `a` and `b` in the `varPool` cannot be found: >  4) Check for Workflow Instance DB items with SQL:  - record with id 58 is before this PR, the varPool is NOT properly updated. - record with id 57 is after this PR, the varPool is properly updated. ## Pull Request Notice [Pull Request Notice](https://github.com/apache/dolphinscheduler/blob/dev/docs/docs/en/contribute/join/pull-request.md) If your pull request contain incompatible change, you should also add it to `docs/docs/en/guide/upgrede/incompatible.md` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
