You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
[FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
Please do not modify this template :) and fill in all the required fields.
1. Is this request related to a challenge you're experiencing? Tell me about your story.
The workflow api may last a few minutes. If there are many concurrent requests, this will lead to a surge in client threads and network connections, affecting the stability of the system.
2. Additional context or comments
Can we add async api?
For example, asyn api returns taskId directly and Client can query task by taskId.
This discussion was converted from issue #11254 on December 02, 2024 05:44.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.
The workflow api may last a few minutes. If there are many concurrent requests, this will lead to a surge in client threads and network connections, affecting the stability of the system.
2. Additional context or comments
Can we add async api?
For example, asyn api returns taskId directly and Client can query task by taskId.
3. Can you help us with this feature?
Beta Was this translation helpful? Give feedback.
All reactions