hei12138 commented on issue #4156:
URL: 
https://github.com/apache/incubator-dolphinscheduler/issues/4156#issuecomment-742177490


   Node a1 python task:
        Script:
                value = 600 + 60
                ${setShareVar("shareVar1",value+6)}
                
   Node a2 sql task:
        sql: anysql
   the task2 will lose all the params because 
JSONUtils.parseObject(taskParamJson,TaskParams.Class) will case the param json 
to TaskParams which didn't handle the difference of each task


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to