xiashao1980 commented on issue #2727:
URL: 
https://github.com/apache/incubator-dolphinscheduler/issues/2727#issuecomment-629590104


   I need to call a service to do something async and wait for the 3rd system 
callback(in seconds or days). And if there are 10000 instances, I should send 
them all to the 3rd system and wait for the callback. If the result is ok, then 
go to the next step. If it is not ok, then change the status of the current 
instance to error.
   ----
   我其实想要异步调用第三方系统的服务,并等待第三方系统的异步回调。 并根据回调的结果,确定当前流程是继续,还是报错。
   
   这个异步调用可能会耗时时一两天,或者几秒,也都可能出错,我需要根据回调反馈来决定实例的具体状态。
   
   


----------------------------------------------------------------
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.

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


Reply via email to