Closed
Description
I'd like to see:
- startTime
- endTime
- jobId
- a map for me to put my generic stuff. perhaps Map<String, String>
With start and end time I can compute how long a job ran.
With jobId i can update a job in MarkLogic based on the jobId. Let's say I start a job and insert the JobReport immediately into MarkLogic. Now clients can see that the job has started. Then when it finished I update the doc in MarkLogic with a finished time.
The map lets me put arbitrary stuff into the Report. Perhaps I want to store a description. Or maybe I want to store my favorite color.