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='   ### How to reproduce Script screenshot:  Screenshot of process configuration:  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  The second call  ### 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]
