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"