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
Copy file name to clipboardExpand all lines: dss-standard/development-standard/development-process-standard-execution/src/main/java/com/webank/wedatasphere/dss/standard/app/development/listener/core/LongTermRefExecutionOperation.java
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,11 @@
34
34
importorg.slf4j.Logger;
35
35
importorg.slf4j.LoggerFactory;
36
36
37
-
37
+
/**
38
+
* Description: LongTermRefExecutionOperation is used to execute long-term tasks in external application systems.
39
+
* Long-term task usually supports to execute asyncly and can fetch status and logs when it is submitted.
0 commit comments