Tasks - Status indicator, check and set
Brought to you by:
lincolnadym,
sekuhn
Need a way to have the base class, AbstractTask, check and/or set a status indicator on the job stack. I'm thinking an optional XML element within the <task> element called <status>. Have 2 attributes for the element, success="x" and failure="y". Or we could have a status level that indicates the status outcome and then the <task> could "decide" whether to run based on the outcome of the last <task>.</task></task></status></task>
Anonymous
We could create a second Abstract task class, AbstractStatusTask, that extends the AbstractTask class and provides two properties with get/set/put methods, one for the status code, one for the status key (JBJF Job Stack key).