Answer Posted / katelynthomas
A Rulebase is a collection of rules that contain management logic.
Rulebases consists of rules that are made up of data sources, tests and actions.
A Rulebase must have atleast one rule, a rule must have atleast one test and a test must have atleast one action.
Datasources are microagent methods that collect data synchronously or asynchronously and return it to an agent.
Datasource is the source of input data and it is always a method of microagent.
After the information is received, one or more tests are applied to evaluate the information to compute a true/false value which is used to trigger the actions
<a href=http://mindmajix.com/tibco-hawk-interview-questions>check this site </a>Mindmajix for interview question
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you determine if there are broken references in the project?
If there are two sub processes then how can we call at a time one sub process dynamically by using call process?
How to design a process such that depending on number of records updated in a database, 3 different sub-processes may be called ?
Why we implement the tibco in our organization or company?
What is the purpose of $_error variable ?
What is the advantage of scripted deployment in tibco?
What is custom id?
What are the different modes of service invocation?
What activities are supported in jta transaction?
If there are Senders who are sending messages on a queue. And these messages are not yet received by the consumers. They are still lying in the server. But before the consumers could receive the message the server went down. Since they are persistent messages, they are saved. But when secondary comes up how will the secondary server will get the message because it’s a different machine. How will it get the messages which are with the Primary server?
What are the possible error output's of read file activity?
What are the cases where business process cant proceed correctly subsequent to restart from a checkpoint ?
What is business key?
Explain Client and EXplicit Client dupsOK Acknowledge modes in jms?
What is difference between shared variable and job shared variable ?