Table of Contents

Search

  1. Preface
  2. MDM and Embedded ActiveVOS
  3. Configuring Workflow Tasks and Triggers
  4. Running the Migration Script
  5. Frequently Asked Questions

Task Template Configuration

Task Template Configuration

The task template establishes the default title, priority, due date, comment, and status of a task. You can configure multiple task templates so that different triggers create tasks with different templates.
The task template configuration consists of the following parameters:
Title
The task display label.
Example 1
You want the task title to be
<business entity name>: <source record display name><source record row ID> merges to <target record display name><target record row ID>
.
Enter the following value for title:
Merge {taskRecord[1].label} into {taskRecord[0].label}
.
Where
  • taskRecord[N]
    is the (N+1)
    th
    business entity node in the TaskData.getTaskRecords() list
  • taskRecord[1]
    is the source record
  • taskRecord[0]
    is the target record
  • label
    is the value of taskFormat in the business entity labelFormat configuration.
Example 2
You want the task title to be
Review changes in <record label>
.
Enter the following value for title:
Review changes in {taskRecord[0].label}
.
Where
  • taskRecord[0]
    is the target record.
  • label
    is the value of taskFormat in the business entity labelFormat configuration.
Priority
The task priority.
The following table describes the possible task priorities:
Priority
Description
HIGH
The task has a high priority.
NORMAL
The task has a medium priority. Default is NORMAL.
LOW
The task has a low priority.
Due Date
The amount of time from the day that the task is created that the task is due.
The following table describes the components of the due date syntax:
Type of Parameter
Description
Values
sign
Determines if the due date is set to a date after the task is created or before the task is created.
If
+
, the due date is determined by adding time to the date the task is triggered.
If
-
, the due date is determined by subtracting time from the date the task is triggered.
number
The amount of units to add or subtract from the current date when establishing the due date.
Any integer value.
unit
The number of days, weeks, or months that the due date is from the date the task is triggered.
If
d
, the specified number of days determines the due date.
If
w
, the specified number of weeks determines the due date.
If
m
, the specified number of months determines the due date.
Comment
Populates the task comment field. Optional.
Status
The status of the task. Optional.
The following table describes the possible task statuses:
Status
Description
OPEN
The task status is Open. Default is Open.
CLOSED
The task status is Closed.

0 COMMENTS

We’d like to hear from you!