You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/07/18 10:47:14 UTC

[GitHub] [dolphinscheduler] jieguangzhou opened a new issue, #11034: [Bug] [Task Plugin] Unable to pass parameters

jieguangzhou opened a new issue, #11034:
URL: https://github.com/apache/dolphinscheduler/issues/11034

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### What happened
   
   workflow: 
   <img width="742" alt="image" src="https://user-images.githubusercontent.com/31528124/179495220-3fb6f976-7ae8-4abb-b204-9ef4ebc76acf.png">
   
   out task
   <img width="500" alt="image" src="https://user-images.githubusercontent.com/31528124/179495280-8c853bbd-4133-477d-a8c4-26d97563c7f1.png">
   
   in task
   <img width="492" alt="image" src="https://user-images.githubusercontent.com/31528124/179495331-7bfbd58d-6389-49df-b122-1568917d91a3.png">
   
   Below is the run log
   out task
   <img width="343" alt="image" src="https://user-images.githubusercontent.com/31528124/179495439-d1cbddbc-feb4-410c-8810-25f42e308bc4.png">
   
   in task
   <img width="249" alt="image" src="https://user-images.githubusercontent.com/31528124/179495492-6e9d5127-bfac-46a3-a24e-c835dfc02784.png">
   
   
   
   
   ### What you expected to happen
   
   the message of in task instance should be 
   ```shell
   in1
   137 /home/lucky/.bashrc
   in2
   123
   in3
   ```
   
   ### How to reproduce
   
   As shown above
   
   ### Anything else
   
   Doc : https://dolphinscheduler.apache.org/en-us/docs/latest/user_doc/guide/parameter/local.html
   
   
   
   ### Version
   
   dev
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] caishunfeng closed issue #11034: [Bug] [Task Plugin] Unable to pass parameters

Posted by GitBox <gi...@apache.org>.
caishunfeng closed issue #11034: [Bug] [Task Plugin] Unable to pass parameters
URL: https://github.com/apache/dolphinscheduler/issues/11034


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] jieguangzhou commented on issue #11034: [Bug] [Task Plugin] Unable to pass parameters

Posted by GitBox <gi...@apache.org>.
jieguangzhou commented on issue #11034:
URL: https://github.com/apache/dolphinscheduler/issues/11034#issuecomment-1187095463

   out task;
   ```shell
   lines_num=$(wc -l ~/.bashrc)
   echo "out1"
   echo $lines_num
   echo "out2"
   echo "#{setValue(line=${lines_num})}"
   echo '${setValue(set_val=123)}'
   echo "out3"
   ```
   
   in task:
   ```
   echo "in1"
   echo '${line}'
   echo "in2"
   echo '${set_val}'
   echo "in3"
   ```


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #11034: [Bug] [Task Plugin] Unable to pass parameters

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #11034:
URL: https://github.com/apache/dolphinscheduler/issues/11034#issuecomment-1187069673

   Thank you for your feedback, we have received your issue, Please wait patiently for a reply.
   * In order for us to understand your request as soon as possible, please provide detailed information、version or pictures.
   * If you haven't received a reply for a long time, you can [join our slack](https://s.apache.org/dolphinscheduler-slack) and send your question to channel `#troubleshooting`


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org