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/05/17 03:00:43 UTC

[GitHub] [dolphinscheduler] HeChuanXUPT opened a new issue, #10057: [Bug] [Module Name] process-instances API parameter processDefiniteCode not work

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

   ### 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
   
   API: queryProcessInstanceListPaging
   /dolphinscheduler/projects/{projectCode}/process-instances
   
   set processDefiniteCode=5545511993472, but result still contain processDefiniteCode=5025214719744 data.
   
   ![1652756148(1)](https://user-images.githubusercontent.com/5425689/168719016-f6ef5f47-ce36-4fbc-9eef-0ef1326908fd.png)
   ![image](https://user-images.githubusercontent.com/5425689/168719064-14448f63-3022-470f-9ba2-5c44b79cad2b.png)
   
   
   ### What you expected to happen
   
   Only return processDefiniteCode=5545511993472 data.
   
   ### How to reproduce
   
   query with processDefiniteCode
   
   ### Anything else
   
   Every time
   
   ### Version
   
   2.0.5
   
   ### 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] HeChuanXUPT commented on issue #10057: [Bug] [API] process-instances API parameter processDefiniteCode not work

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

   I have find the problem. The correct param name is processDefineCode, not processDefiniteCode, a missspelling.
   ```
   @ApiImplicitParam(name = "processDefiniteCode", value = "PROCESS_DEFINITION_CODE", dataType = "Long", example = "100"),
   ```
   


-- 
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] kezhenxu94 closed issue #10057: [Bug] [API] process-instances API parameter processDefiniteCode not work

Posted by GitBox <gi...@apache.org>.
kezhenxu94 closed issue #10057: [Bug] [API] process-instances API parameter processDefiniteCode not work 
URL: https://github.com/apache/dolphinscheduler/issues/10057


-- 
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 #10057: [Bug] [API] process-instances API parameter processDefiniteCode not work

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

   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://join.slack.com/t/asf-dolphinscheduler/shared_invite/zt-omtdhuio-_JISsxYhiVsltmC5h38yfw) 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