- Develop an interface to accept Order information and process the order to downstream in BPEL.
- The BPEL interface must be developed on common organizational component viz Enterprise Business schemas/services.
- The interface must publish events stating order status within the process that can be consumed by either or both composites/agents.
- All Routing Rules must be central and Mediator to act as the Router in the Composite.
- All Order Processing rules must be part of centralized Business Rules that can be modified runtime without composite redeployments.
- An Order can be either processed automatically or manually. A business rule should decide the fitment of an order for automated processing. If the order is decided to be processed manually then create an override activity for an order USER to confirm. A UI should be presented to the user with key order indicators for him to decide so.
- Publish Key Order Indicators/Process Statistics to BAM Active Data Cache for reporting and metrics.
- Develop a robust Fault Handling and Manual/Automatic Retrying Mechanism.
- Create DVMS to hold cross system mappings.
- Configure Notification and messaging channels.
- A BPEL Process for orchestrating the Sales Flow.
- A Business Rules component that decides whether the Order flow should be terminated for manual process or be continued for automated processing.
- Human Workflow to provide for manual touch point during order processing.
- Mediator that acts as a lightweight ESB for the composite and acts as a subscriber and router.
- Adapter Services/End Services Partnerlink Components.
- BPEL Processes/Composites.
- Database/JMS Agents.
- Other Third Party App
- Facts are inputs and outputs to a business rule.
- Rules are based on predefined set of values or Bucketsets (list of Ranges or Values)
- Conditions determine which rule is picked up and is applied on the input facts.
- Actions are outcomes of rule processing and generally assert a value to the output facts.
The Business rule component can also be exposed as a standard SOAP service. Also the rules can be modified at run time from the SOA Composer UI without composite re-deployments.
The Human Workflow component is used in case the Order flow needs an interactive touch point. Human workflow’s can have a variety of approval mechanisms (role/hierarchy based etc).
Again Human Workflows are based on some Task UI (can also be auto generated) from where participants can enter responses. The OOTB UI is an ADF based one.
On the BAM side we can create Data Objects to hold these business indicators. We can also measure data related to instance processing using BAM. We can create custom calculated fields and look up fields while creating Data objects as well.
And finally Reports and Dashboards too.
Part Two in this series discussed Fault Handling, Domain Value Maps and User Messaging Service here