have to use different deadline for different approvers.<br>
I am using a expression in deadline monitoring and calculating the <br>
deadline date and time every time inside the loop(before the approval
step).For the first time it is taking the correct date and time(i mean
the value from the WF container element which is specified in the
expression) but for the second time(after looping) it is not taking the
value in the WF container element(wf contanier elements correctly
populated), instead it is taking the current system date and time, i was wondering what
could be the issue?<br><br>Finally I found the problem. Since for some approver there is no time limit,<br>
i have set the dead line date(in my variable used in expression) as<br>
31.12.9999, but the system is not taking this date instead taking the
current system date and time. If it set the date as 30.12.9999 it is
working fine. I don&#39;t know why, experts please advice.<br>
Or should i use 2 different task one with deadline monitoring and one without deadline...<br>