What are the exact steps for creating notification workitems in TIBCO Collaborative Information Manager?
book
Article ID: KB0085657
calendar_today
Updated On:
Products
Versions
TIBCO Collaborative Information Manager
-
Not Applicable
-
Description
Resolution: Environment:
TIBCO Product name and version: TIBCO Collaborative Information Manager 7.x, 8.0.0 Operating System(s): All Operating Systems
Symptoms:
N/A
Cause:
N/A
Resolution:
If you want to have a notification workitem you will need to use the CreateWorkItem activity with execution mode ASYNCHR. More specifically here are the steps:
In your CreateWorkItem activity:
1. Change execution mode to “ASYNCHR”. 2. In the workflowform table of CIM database, for the form template you created (e.g. com.martquest.eml.html.yourNotification) set ACTIONABLE as 'N' and restart the server. Then the workitems created in this activity would be notifications.
update workflowform set ACTIONABLE='N' where DEFINITION='com.martquest.eml.html.yourNotification’
3. Modify yourEmailTemplate as required and use XMLC to compile the HTML file, and then replace the existing class under ECM.ear/ECMClasses.jar/com/martquest/eml/html with this newly generated class file. Restart the app server to make the application to use the new class file.
You can put this activity in product add workflow and create transitions accordingly so that a notification workitem gets created everytime a new record is created during the import.
Attachments:
None
References:
None
Issue/Introduction
What are the exact steps for creating notification workitems in TIBCO Collaborative Information Manager?