Skip Headers
Oracle® Fusion Middleware Idoc Script Reference Guide
11g Release 1 (11.1.1)

Part Number E10726-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to current chapter
Up
Go to next page
Next
View PDF

5.5 Setable Variables

Setable variables can be set within script or used within a CGI string. For a list of setable variables and details about their use, see "Setable Variables".


"getCookie"
"setCookie"

5.5.1 Workflows

Idoc Script includes predefined settable functions and variables that are used specifically for workflows.

For a detailed description of how workflows are implemented in Content Server, see the Workflow Implementation Guide. The following is a list of workflow functions:


"wfAddActionHistoryEvent"
"wfAddUser"
"wfComputeStepUserList"
"wfCurrentGet"
"wfCurrentSet"
"wfCurrentStep"
"wfDisplayCondition"
"wfExit"
"wfGet"
"wfIsFinishedDocConversion"
"wfIsNotifyingUsers"
"wfIsReleasable"
"wfLoadDesign"
"wfNotify"
"wfSet"
"wfSetIsNotifyingUsers"
"wfUpdateMetaData"

Workflow variables are used to set values related to workflows. The following is a list of workflow variables:


"dWfName"
"dWfStepName"
"entryCount"
"lastEntryTs"
"wfAction"
"wfAdditionalExitCondition"
"wfGetStepTypeLabel"
"wfJumpEntryNotifyOff"
"wfJumpMessage"
"wfJumpName"
"wfJumpReturnStep"
"wfJumpTargetStep"
"wfMailSubject"
"wfMessage"
"wfParentList"
"wfReleaseDocument"
"WfStart"