workflow create

Available for: Content Management Server

Task: This command creates a new workflow.

Syntax:

workflow create {parameter value}

Function parameters:

  • parameter specifies the name of the workflow parameter whose value is to be set during the create process (see Workflow parameters).
  • value is the value to be set for the workflow parameter.

Return value if successful: the name of the workflow (string)

Necessary permissions: The user must have the permissionGlobalRTCEdit permission.

Example:

CM>workflow create name wf_sig_news editGroups news_editors \
signatureDefs {{sig_news newsadmins}}
wf_sig_news