PFI scheduler

 3 Replies
 0 Subscribed to this topic
 52 Subscribed to this forum
Sort:
Author
Messages
prakash
Advanced Member Send Private Message
Posts: 27
Advanced Member
Hi,

Is there any way to retrieve the job Id of a scheduled flow from the flow which is scheduled.

regards,
Prakash
David Williams
Veteran Member Send Private Message
Posts: 1127
Veteran Member
You want the job scheduler ID or the WorkUnit?
David Williams
prakash
Advanced Member Send Private Message
Posts: 27
Advanced Member
job scheduler ID

thanks,
Prakash B 
LoriN
Basic Member Send Private Message
Posts: 5
Basic Member
We get the job ID using the XML node. A Webrun node will produce an XML string ending in '_result'. Jobnumber is one of the fields in that XML string. We use the XML node to parse out the Jobnumber.

Lori