Page 1 of 1

Archiving job tickets

Posted: Thu Sep 11, 2014 7:09 pm
by ArielRauch
I would like to implement a kind of job ticket store while every job ticket after processing successful the flow will be stored there.

When submitting a new file I would like to enable the user to choose a job ticket from the archive and to initialize the new job ticket with those values.

Has anyone a conceptual implementation idea?



Thank you



Ariel

Archiving job tickets

Posted: Thu Sep 11, 2014 7:14 pm
by dkelly
create a database table to store the job-tickets.

Archiving job tickets

Posted: Thu Sep 11, 2014 7:18 pm
by ArielRauch
I do not have the database module:(

Archiving job tickets

Posted: Thu Sep 11, 2014 7:32 pm
by ArielRauch
On the other hand how can I let the user choose a job no from the archive and afterwards initialize the metadata fields with the relevant data from the same submit point?

Archiving job tickets

Posted: Thu Sep 11, 2014 8:00 pm
by dkelly
ArielRauch wrote: I do not have the database module:(


mysql or sqlite command-line

Archiving job tickets

Posted: Thu Sep 11, 2014 8:07 pm
by ArielRauch
Good idea.

And how do I initialize the metadata fields after choosing the job no?

Archiving job tickets

Posted: Thu Sep 11, 2014 8:54 pm
by dkelly


you can't. The only way would be to use a Submit Point to get job no and the a Checkpoint to pull the other values from db.