| Name
|
No
|
The name to be displayed as the label for the activity in the process.
The default value is
DeleteRecord.
|
| 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.
|
| Execution Mode
|
Yes
|
Select an execution mode. The default option is
SYNCHR.
- SYNCHR: The client invokes a service, and waits for the completion of the workflow execution.
- ASYNCHR: The client invokes a service, but does not wait for the completion of the workflow execution.
|
| Repository
|
No
|
The name of repository where records are stored.
Click
Select to select a repository.
Note: When the selected repository model is complex and involves many related repositories, you need to increase the value of the
-Xms and
-Xmx parameters in the
TIBCOBusinessStudio.ini file which is located in the
TIBCO_HOME\studio\version\eclipse directory.
|
| Command Qualifier
|
No
|
The qualifier of the command. The default option is
DeleteAll.
- Record: Delete the specified records, and initiate the delete workflow.
- Record/NoProcess: Delete the specified records, and confirm it immediately without initiating the delete workflow.
- RelationshipTargets: Only delete the related records, and initiate the delete workflow. Optionally, the relationship name can be specified.
- RelationshipTargets/NoProcess: Only delete the related records, and confirm it immediately without initiating the delete workflow. Optionally, the relationship name can be specified, and users must have required privileges.
- DeleteAll: Delete the specified records and related records, and initiate the delete workflow. Optionally, the relationship name can be specified.
- DeleteAll/NoProcess: Delete the specified records and related records, and confirm the records immediately. Optionally, the relationship name can be specified, and users must have required privileges.
|