workflow workflowRef set

Available for: Content Management Server

Task: Sets the specified parameter values of the workflow workflowName.

Syntax:

workflow withName workflowName set {parameter value}

Function parameters:

  • parameter specifies the parameter from the workflow whose value is to be set (see Workflow parameters).
  • value is 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}