Available for: Content Management Server
Task: Sets the specified parameter values of the workflow
workflowName.
Syntax:
workflow withName workflowName set {parameter value}
Function parameters:
-
parameterspecifies the parameter from the workflow whose value is to be set (see Workflow parameters). -
valueis the value to be set for the specified parameter.
Return value if successful: none
Necessary permissions: The user must have the
permissionGlobalRTCEdit permission.
Example:
CM>workflow withName wf_sig_news set isEnabled 0 title {News Workflow}