This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
Does customize worker supports parameter asyncComplete? #280
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying the write a customize task implemented worker which doing things async.
I checked the doc in task configuration and found the parameter asyncComplete.
When I set this parameter to true, the customized task in IN_PROGRESS still running in loop until event raised. It seems that the IN_PROGRESS task was always in queue and polled by worker.
I also checked the source code. It seems that this parameter is only working with systemTask and find the systemTask removed from queue based on this parameter in AsyncSystemTaskExecutor.java.
I want to confirm,
Appreciate for your kindly help !
Beta Was this translation helpful? Give feedback.
All reactions