id | field name | definition |
0 | Task_Name |
xml string |
Name of Task as from Task_Name in the Job Order
|
|
1 | Task_Version |
xml string |
Version of Task as from Task_Version in the Job Order
|
|
2 | PID |
xml string |
Operating System processor identifier
|
|
3 | Node_Name |
xml string |
Name of the node where the processor is running
|
|
4 | Date_Time_of_Operation |
xml record |
id | field name | definition |
0 | Start |
xml time |
unit: "s since 2000-01-01"
value: time(str(.), "yyyy-MM-dd'T'HH:mm:ss.SSSSSS|yyyy-MM-dd'T'HH:mm:ss")
xml string |
Time stamp of Task start processing time in the format : YYYY-MM-DDTHH:MM:SS[.uuuuuu]
|
|
|
1 | Stop |
xml time |
unit: "s since 2000-01-01"
value: time(str(.), "yyyy-MM-dd'T'HH:mm:ss.SSSSSS|yyyy-MM-dd'T'HH:mm:ss")
xml string |
Time stamp of Task start processing time in the format : YYYY-MM-DDTHH:MM:SS[.uuuuuu]
|
|
|
|
|
5 | List_of_Input_File_Names |
xml record |
id | field name | definition |
0 | File_Name |
xml array[dim_0] |
dim_0: determined automatically from xml file
|
|
|
|
6 | List_of_Output_File_Names |
xml record |
id | field name | definition |
0 | File_Name |
xml array[dim_0] |
dim_0: determined automatically from xml file
|
|
|
|
7 | List_of_Messages |
xml record |
id | field name | definition |
0 | Messages |
real name: Message
xml array[dim_0] |
dim_0: determined automatically from xml file
xml record |
id | field name | definition |
0 | Date_Time |
ascii time | size: 26 |
Time Stamp of Message in the format: : YYYY-MM-DDTHH:MM:SS.uuuuuu
unit: "s since 2000-01-01"
value: time(str(.), "yyyy-MM-dd'T'HH:mm:ss.SSSSSS")
ascii string | size: 26 |
CCSDS ASCII datetime "YYYY-MM-DDThh:mm:ss.uuuuuu".
|
|
|
1 | Type |
xml string |
Type of Message: D or I or P or W or E
|
|
2 | Text |
xml string |
The Message Text field will be in the format of a CDATA xml tag, in order to allow any
character to be included in the message without xml parsers and schema driven editors complain, should special characters like '<' and '>' be used inside the text
|
|
|
|
|
|
|
8 | Synthetic_Exit_Code |
xml string |
Task Synthetic Exit Code: SUCCESS or WARNING or ERROR
|
|