Skip to main content
Version: 7.0

Workflow: Replace Task

Similar to the module mc.WorkflowTaskAdd this module can modify workflow objects. In this case it replaces tasks in a workflow. The rules for the replacement are defined in a mapping file.

Designation

Name
mc.WorkflowTaskReplace
Aliases
WorkflowReplaceTask

Configuration

Test mode (test-mode)
Activates a simulation mode
Mapping file (mapping)
Filename of the mapping

Description

The CSV format of the mapping file consists of two columns. The second column contains the object name of the new task. Several variants are possible in the first column:

  • Object name: This replaces all tasks that have the same object name
  • Object name with sequential number: This variant can only be used for standard workflows. Example: <object name>(<consecutive number>)
  • Object name with branch specification: This variant can only be used with IF workflows. Example: <object name>(<true or false>)