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
-
- TOP CONTRIBUTOR
- Posts: 628
- Joined: Mon Nov 29, 2010 8:45 pm
- Location: Alpharetta GA USA
- Contact:
Archiving job tickets
create a database table to store the job-tickets.
-
- Advanced member
- Posts: 230
- Joined: Thu Aug 07, 2014 10:04 am
Archiving job tickets
I do not have the database module:(
-
- Advanced member
- Posts: 230
- Joined: Thu Aug 07, 2014 10:04 am
Archiving job tickets
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?
-
- TOP CONTRIBUTOR
- Posts: 628
- Joined: Mon Nov 29, 2010 8:45 pm
- Location: Alpharetta GA USA
- Contact:
Archiving job tickets
ArielRauch wrote: I do not have the database module:(
mysql or sqlite command-line
mysql or sqlite command-line
-
- Advanced member
- Posts: 230
- Joined: Thu Aug 07, 2014 10:04 am
Archiving job tickets
Good idea.
And how do I initialize the metadata fields after choosing the job no?
And how do I initialize the metadata fields after choosing the job no?
-
- TOP CONTRIBUTOR
- Posts: 628
- Joined: Mon Nov 29, 2010 8:45 pm
- Location: Alpharetta GA USA
- Contact:
Archiving job tickets
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.