This process (SWDIR\
etc\
bgpredict)
receives messages from the iProcess Background processes. When a case instruction that results in a change to a case has been processed, the iProcess Background processes notify the Case Prediction processes so that the prediction data (stored in the database) can be updated. There can be multiple case prediction processes running concurrently.
The process attempts to determine a valid addressee for each step, so that SW_USER:attribute (where attribute is a user attribute, for example, DESCRIPTION) resolves to something valid. If there are multiple addressees on a step then the first one is taken, which is resolved in the following order:
This process (SWDIR\etc\swdbqd) processes RPC requests from the
BG and
WISMBD processes to dequeue messages from the database queue tables.
At defined intervals (deadline processing interval), the Deadline Manager checks the outstanding_addressee table for expired deadlines. If deadlines have expired, the Deadline Manager sends an Mbox instruction to the background Mbox set so that the case instruction process can process the deadlines for the case.
See “Administering Process Attributes” in the TIBCO iProcess Engine: Administrator's Guide for more information about process attributes.
The deadline processing interval is set in the process_attribute database table. If the table does not contain an initial value, the Deadline Manager defaults to one minute.
If activity monitoring is enabled on your TIBCO iProcess Engine, the BG process sends out a message when any of the TIBCO iProcess Engine activities that you have configured to monitor occur. This process (
SWDIR\
etc\
iapjms) is responsible for receiving messages from the
BG process and routing these to the JMS topic or queue.
If Work Queue Delta publication is in use, the WIS process similarly publishes messages to the
IAPJMS process giving details of changes in monitored work queues.
See Monitoring Activities for more information and see "Activity Monitoring and Work Queue Delta Configuration" in the
TIBCO iProcess Engine: Administrator’s Guide for more information about configuring activity monitoring and Work Queue Delta publication.
This process (SWDIR\
etc\
rpcbg) handles synchronous RPC calls from the Jump To and Case Suspend features in the TIBCO iProcess Workspace.