Oracle WebCenter Content (MOSC)

MOSC Banner

Customizing a workflow

edited Oct 24, 2014 10:02AM in Oracle WebCenter Content (MOSC) 3 commentsAnswered

Hi experts,

I am customizing a workflow trying to send email notifications 7 days before the folio that entered the criteria workflow reaches a defined custom metadata value.

I have set

WorkflowIntervalHours=24

to enter the code each day.

This is the code entered on the update event:

<$if parseDate(formatDateOnly(xKFCdateLimit)) < parseDate(formatDateOnly(dateCurrent(7)))$>
<$wfSet("wfJumpEntryNotifyOff", "0")$>

<$elseif parseDate(formatDateOnly(xKFCdateLimit)) == parseDate(formatDateOnly(dateCurrent()))$>
<$wfUpdateMetaData("xKFC_status","Rejected")$>
<$wfSet("wfJumpEntryNotifyOff", "0")$>
<$wfExit(100,100)$>

<$else$>
<$wfSet("wfJumpEntryNotifyOff", "1")$>
<$endif$>

What am I doing wrong? cause I do not get notifications at all.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center