Skip to content

Commit 7c0dde5

Browse files
committed
Version 1.0.1 of DSS is adapted to Apache of linkis #444
1 parent 92bacd2 commit 7c0dde5

File tree

1 file changed

+5
-1
lines changed
  • dss-standard/development-standard/development-process-standard-execution/src/main/java/com/webank/wedatasphere/dss/standard/app/development/listener/core

1 file changed

+5
-1
lines changed

dss-standard/development-standard/development-process-standard-execution/src/main/java/com/webank/wedatasphere/dss/standard/app/development/listener/core/LongTermRefExecutionOperation.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,11 @@
3434
import org.slf4j.Logger;
3535
import org.slf4j.LoggerFactory;
3636

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.
40+
*
41+
*/
3842
public abstract class LongTermRefExecutionOperation implements RefExecutionOperation {
3943

4044
private static final Logger logger = LoggerFactory.getLogger(LongTermRefExecutionOperation.class);

0 commit comments

Comments
 (0)