Can you pass values from the event payload as an argument to the procedure in a event driven job?
I'm looking to create an event driven job using the AQ facilities.
I have the queue defined and the job linked up to the queue via the definition of the event_condition and the queue_spec.
The queue payload contains a value that I need to reference as the value for an argument defined for the program associated to the job.
Is this possible and if so how is it implemented?
Thanks