Hi All,
TS 7.2.1
Solaris
I am trying to set timeout of the timeout link in a workflow dynamically. Can anyone suggest an approach. I have tried below so far without any success:
1) Created and assigned Global variable to the job variable. Tried updating Job variable through Pre/PostProcessors with new timeout value- Didn't work. Still retains the default value.
2) Tried to use External task to update the duration but looks like timeout duration cannot be updated once the workflow is instantiated.
3)Looked into API's setTimeout method but its not very clear.
Any suggestions?
-R