I have a requirement to schedule production deployment in my workflow.
I implemented this using the timeout link and dummy task.
Basically the idea is say user wants prod deployment to happen on feb 1 2016, I am setting the timeout link value to absolute value of Feb 1 2016 programmatically and things are working fine.
My issue: When the control goes to dummy task which waits till the scheduled date and time, I want to let other users know that this particular task will wait till Feb1 2016. I want to show this value on the task properties.
I saw there is a value called "duedate" on this task. How can I set this value? Or is there any attribute which I can levearge for this purpose.
I am using Ts 7.4 and using workflow modeller to achieve this requirement..