add ability to stop processing jobs; add ability to run processing over set of...
add ability to stop processing jobs; add ability to run processing over set of files; add ability to repeat command during stage execution
Showing
- bin/dm-process-files 18 additions, 0 deletionsbin/dm-process-files
- bin/dm-stop-processing-job 18 additions, 0 deletionsbin/dm-stop-processing-job
- src/python/dm/cat_web_service/api/fileCatApi.py 4 additions, 3 deletionssrc/python/dm/cat_web_service/api/fileCatApi.py
- src/python/dm/cat_web_service/cli/getExperimentFilesCli.py 3 additions, 2 deletionssrc/python/dm/cat_web_service/cli/getExperimentFilesCli.py
- src/python/dm/cat_web_service/service/fileSessionController.py 2 additions, 1 deletion...ython/dm/cat_web_service/service/fileSessionController.py
- src/python/dm/common/constants/dmServiceConstants.py 3 additions, 0 deletionssrc/python/dm/common/constants/dmServiceConstants.py
- src/python/dm/common/objects/processingJob.py 9 additions, 0 deletionssrc/python/dm/common/objects/processingJob.py
- src/python/dm/common/utility/dmSubprocess.py 19 additions, 2 deletionssrc/python/dm/common/utility/dmSubprocess.py
- src/python/dm/proc_web_service/api/workflowProcApi.py 297 additions, 36 deletionssrc/python/dm/proc_web_service/api/workflowProcApi.py
- src/python/dm/proc_web_service/cli/listProcessingJobsCli.py 18 additions, 3 deletionssrc/python/dm/proc_web_service/cli/listProcessingJobsCli.py
- src/python/dm/proc_web_service/cli/processFilesCli.py 72 additions, 0 deletionssrc/python/dm/proc_web_service/cli/processFilesCli.py
- src/python/dm/proc_web_service/cli/startProcessingJobCli.py 1 addition, 1 deletionsrc/python/dm/proc_web_service/cli/startProcessingJobCli.py
- src/python/dm/proc_web_service/cli/stopProcessingJobCli.py 45 additions, 0 deletionssrc/python/dm/proc_web_service/cli/stopProcessingJobCli.py
- src/python/dm/proc_web_service/service/impl/executionEngine.py 502 additions, 109 deletions...ython/dm/proc_web_service/service/impl/executionEngine.py
- src/python/dm/proc_web_service/service/impl/executionThread.py 16 additions, 2 deletions...ython/dm/proc_web_service/service/impl/executionThread.py
- src/python/dm/proc_web_service/service/impl/processingJobTracker.py 1 addition, 1 deletion.../dm/proc_web_service/service/impl/processingJobTracker.py
- src/python/dm/proc_web_service/service/impl/workflowSessionControllerImpl.py 20 additions, 2 deletions...web_service/service/impl/workflowSessionControllerImpl.py
- src/python/dm/proc_web_service/service/workflowRouteDescriptor.py 19 additions, 0 deletions...on/dm/proc_web_service/service/workflowRouteDescriptor.py
- src/python/dm/proc_web_service/service/workflowSessionController.py 42 additions, 2 deletions.../dm/proc_web_service/service/workflowSessionController.py
Loading
Please register or sign in to comment