Skip to Main Content

Application Development Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

<$if parseDate(wfCurrentGet("lastEntryTs"))<parseDate(dateCurrent(-1))$>

ChelySep 18 2012 — edited Sep 19 2012
In my update event of workflow step, i have this code:

<$if parseDate(wfCurrentGet("lastEntryTs"))<parseDate(dateCurrent(-1))$>
<$wfSet("wfJumpTargetStep","step1@WorkflowName")$>
<$wfSet("wfJumpRetunStep","step2@wf")$>
<$endif$>


This is not working somehow, i have checked it without having if condition. in that case is is working....

But when i am putting if condition it is not working...
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 17 2012
Added on Sep 18 2012
6 comments
1,804 views