TaskTypes: An enumerated list of TaskTypes. Task being generic, the task type will provide the concrete interpretation.
ENV_SETUP
0
DATA_STAGING
1
JOB_SUBMISSION
2
ENV_CLEANUP
3
MONITORING
4
OUTPUT_FETCHING
5
Enumeration: DataStageType
DataStagingTaskModel: A structure holding the data staging task details.
Source and Destination locations includes standard representation of protocol, host, port and path
A friendly description of the task, usally used to communicate information to users.
TaskModel: A structure holding the generic task details.
taskDetail:
A friendly description of the task, usally used to communicate information to users.
subTaskModel:
A generic byte object for the Task developer to store internal serialized data into registry catalogs.
TaskTypes: An enumerated list of TaskTypes. Task being generic, the task type will provide the concrete interpretation.
ENV_SETUP
0
DATA_STAGING
1
JOB_SUBMISSION
2
ENV_CLEANUP
3
MONITORING
4
OUTPUT_FETCHING
5
Enumeration: DataStageType
DataStagingTaskModel: A structure holding the data staging task details.
Source and Destination locations includes standard representation of protocol, host, port and path
A friendly description of the task, usally used to communicate information to users.
TaskModel: A structure holding the generic task details.
taskDetail:
A friendly description of the task, usally used to communicate information to users.
subTaskModel:
A generic byte object for the Task developer to store internal serialized data into registry catalogs.