Hi Antonella,
thank you for your reply.
What you are saying is clear, but scheduled job are records in the table Quartz_cron_triggers presented as List Component in the WR project: for every record in the List I've got one link to get info on the job and another link to delete it.
What I need is another link "Run now" to dinamically pass the "job instance identifier" to a Schedule Job Component, similar to what I do to delete a job passing the "job instance identifier" to a Cancel Job Component.
Since the Schedule Job Component does not accept the job to be scheduled as an input parameter but is only static in the descriptor, I was wondering if there was a possible solution.
Thanks
Massimo