Reassign Work Item

By using the Reassign Work Item activity, you can reassign work items to other users. When you own the work item or you have permission for the work item, you can reassign the work item to another user. The work item is then closed, and a new work item is created for the target user.

General

The General tab contains the following fields.

Field Module Property? Description
Name No The name to be displayed as the label for the activity in the process.

The default value is ReassignWorkItem.

MDM Connection Yes The MDM connection resource establishes a connection to an MDM server, allowing the plug-in to communicate with TIBCO MDM.

Click to select an MDM connection.

If no matching MDM connections are found, click Create Shared Resource to create one.

User Yes Specify the user to whom the work item is to be reassigned.

Click to open the User dialog. All available users are listed in the list of the dialog. Select one to apply to your current activity.

Note: The User node also appears in the Input tab. Each of the two is optional, but one of them must be present. If both are present, the value in the General tab will be overridden at runtime.

Description

Provide a short description for the activity.

Input

The following is the input for the activity.

Note: See General Input for MDM Activities for details about some general input items for this activity.
Input Item Description
WorkItemReference Specify the workitem ID to be reassigned.
User Specify the user to whom the work item is to be reassigned.
Note: The User field also appears in the General tab. Each of the two is optional, but one of them must be present. If both are present, the value in the General tab will be overridden at runtime.

Output

The following is the output for the activity.

Output Item Description
Result The execution result to indicate whether the execution has succeeded or not.
The node contains the following three elements:
  • Severity: Can be Error, Warning, or Info.
  • Code: The error code.
  • Description: A readable description of the error.
Transaction
Response
  • WorkItem: Return a list of work item information. For each work item, WorkItemReference, EventReference, Organization, State, StateDescription, CreationDate, WorkItemType, Description, DocumentType, DocumentTypeDescription, DocumentSubtype, DocumentSubtypeDescription, Owner, OwnerName, OwnerType, OriginalOwner, OriginalOwnerName, OriginalWorkItemID, TaskType, ActivityName, Age, and Records related information including MasterCatalogName, ProductID, ProductIDExt, MODVersion are returned.
  • MasterCatalogName: The name of the repository containing records.
  • MODVersion: The modification version of the record.
  • ResultList: Contains errors, warnings or informational messages. The element has one or more entries. HighestSeverity returns the highest severity of the process, it can be Error, Warning, or Info.

See for more information on other items.

TransactionResult Return the result of a transaction to indicate if the command has succeeded or not.

Success does not mean the successful completion of the command. However, a failure does mean that the command is aborted.

The element also captures details such as Result, and SuccessCount.

  • SuccessCount: Indicates the number of work items that are successfully processed.