github-actions[bot] commented on issue #17013:
URL: 
https://github.com/apache/dolphinscheduler/issues/17013#issuecomment-2658355848

   ### 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
   
     Version 3.1.4 Call API Run the instance interface Start the workflow 
instance and found that waiting for the stream cannot obtain incoming 
parameters when the execution policy is serial waiting mode.
   
   ### What you expected to happen
   
   Call the command:
   curl --location 
'http://10.0.1.106:12345/dolphinscheduler/projects/16631684081664/executors/start-process-instance'
 \
   --header 'Accept: application/json, text/plain, */*' \
   --header 'Accept-Language: zh-CN,zh;q=0.9' \
   --header 'Cache-Control: no-cache' \
   --header 'Connection: keep-alive' \
   --header 'Content-Type: application/x-www-form-urlencoded' \
   --header 'Pragma: no-cache' \
   --header 'token: f4755fae084dea54ef38103b10abc941' \
   --data-urlencode 'processDefinitionCode=16649316257664' \
   --data-urlencode 'failureStrategy=CONTINUE' \
   --data-urlencode 'warningType=FAILURE' \
   --data-urlencode 'processInstancePriority=HIGHEST' \
   --data-urlencode 'startParams={"var":"22222"}' \
   --data-urlencode 'dryRun=0' \
   --data-urlencode 'scheduleTime='
   
   
   
   
![Image](https://github.com/user-attachments/assets/9ca3e02a-b8f1-4f13-8e9b-3406a2e1f7e0)
   
   
![Image](https://github.com/user-attachments/assets/6109d2a3-f301-452d-8bd7-ab117bc2461a)
   
   ### How to reproduce
   
     Script screenshot:
   
   
![Image](https://github.com/user-attachments/assets/ec15d829-75f5-4d4e-a2f9-85ee47f7c19b)
   
   Screenshot of process configuration:
   
   
![Image](https://github.com/user-attachments/assets/cb651c0e-cb59-4bbd-9cea-b1d7abf0bc8a)
   
   Call the command:
   curl --location 
'http://10.0.1.106:12345/dolphinscheduler/projects/16631684081664/executors/start-process-instance'
 \
   --header 'Accept: application/json, text/plain, */*' \
   --header 'Accept-Language: zh-CN,zh;q=0.9' \
   --header 'Cache-Control: no-cache' \
   --header 'Connection: keep-alive' \
   --header 'Content-Type: application/x-www-form-urlencoded' \
   --header 'Pragma: no-cache' \
   --header 'token: f4755fae084dea54ef38103b10abc941' \
   --data-urlencode 'processDefinitionCode=16649316257664' \
   --data-urlencode 'failureStrategy=CONTINUE' \
   --data-urlencode 'warningType=FAILURE' \
   --data-urlencode 'processInstancePriority=HIGHEST' \
   --data-urlencode 'startParams={"var":"22222"}' \
   --data-urlencode 'dryRun=0' \
   --data-urlencode 'scheduleTime='
   
   Call result:
   First call to print
   
   
![Image](https://github.com/user-attachments/assets/b7827f62-a7cc-4c7a-a2fc-1d0ac27c34d1)
   
   The second call
   
   
![Image](https://github.com/user-attachments/assets/0a8ce3e7-54d0-43e4-917b-f1e9787c1ff2)
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   3.1.x
   
   ### Are you willing to submit PR?
   
   - [ ] 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: [email protected]

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

Reply via email to