My Oracle Support Banner

WebCenter Content (WCC) Server Workflow Script Working in 11g Stops Working in 12c (Doc ID 2491808.1)

Last updated on AUGUST 22, 2023

Applies to:

Oracle WebCenter Content - Version 12.2.1.0.0 and later
Information in this document applies to any platform.

Symptoms

Users are discovering that a workflow script, previously working without issue in WCC 11g, is producing an error in the 12c WCC.  The script is as follows:

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

<$if importToken and (strLength(importToken) gt 0)$>
<$wfExit(100,100)$>
<$endif$>

<$trace("FILEGUID:::"&fFileGUID,"#console","system")$>
<$if fFileGUID and (strLength(fFileGUID) gt 0)$>
<$item1="fFileGUID:"&fFileGUID$>
<$trace("item1:::"&item1,"#console","system")$>
<$executeService("FLD_UNFILE")$>
<$endif$>

Changes

 

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Changes
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.