IBM Business Automation Workflow (BAW) on containers is part of IBM Business Automation Workflow (BAW), also included in IBM Cloud Pak for Business Automation (CP4BA) as one capability.
The full topologies contain:
- IBM Cloud Pak foundational services
The Cloud Pak foundational services provide key capabilities for the platform. IBM Cloud Pak foundational install and manage the OperandRequest
of Flink (ibm-automation-flink) and Opensearch (ibm-elasticsearch-operator). If Business Automation Insights is installed, the Kafka OperandRequest
(ibm-events-operator) is included.
The Platform UI (Zen), Elasticsearch, Kafka, and Kafka users are now managed by their respective operators and custom resources.
- Workflow Center on a VM or on-premises system
IBM Workflow Center is used for iteratively deploying, running, and testing process applications, toolkits, and case solutions in your authoring environment (such as Process Designer).
- Workflow Authoring from CP4BA on OCP
Workflow Authoring capability from CP4BA allows you to develop workflow automations and workflow automation services in Workflow Designer, which is fully integrated into Business Automation Studio, and can manage your workflow automations. You can test, install and run your workflow automations and automation services in the Liberty-based IBM Workflow Server in the Cloud Pak for Business Automation environment.
Workflow Server provides a single runtime environment that can support a wide range of business processes, cases, service orchestrations, and integration capabilities.
To deploy snapshot to Workflow Server, you could either integrate with Workflow Center on a VM or on-premises system or Workflow Authoring from CP4BA on OCP.
CP4BA operator creates a FederatedSystem CR for each Workflow server instance at the end of the deployment. PFS operator monitors the FederatedSystem CR and federates it automatically.
Workflow Server has embedded a Workflow Messaging(JMS), Workplace and Full Text Search feature. Workflow server integrates with ElasticSearch or Opensearch for full text search capability.
Workflow Messaging provides Java Message Service (JMS). It is a standard API for sending and receiving messages. It allows BAW components to create, send, receive, and read messages. It is embedded in BAW server in a default setup. User can still choose to use an independent JMS by configuring CR accordingly.
IBM Process Portal is a coach-based user interface that is provided with all editions of IBM Business Automation Workflow for participating in processes. From Process Portal, you can launch processes, dashboards, and services and work on tasks. Process Portal can be configured for a single IBM Business Automation Workflow system or for federated environments that include Process Federation Server.
Process Portal runs in non-federation mode in a default deployment.
You could configure multiple Workflow Server instances in CP4BA deployment or BAW on containers deployment. All the Workflow Server instances are federated by PFS by default. If you have configured multiple Workflow Servers instances, one of the Process Portal could be configured as Federated Process Portal. It then retrieves data from PFS, which federates all data from all federated systems.
Workplace is a modern and easily customizable work portal that brings together process, case, and workstream functions to enable you to manage all your work in one place. It offers you a seamless and consolidated user experience to manage and complete different types of work in the same application. Workplace is available in both traditional and container Business Automation Workflow environments, which makes it the common work portal for different platforms. Workplace on-premises is supported in either single Business Automation Workflow systems or federated environments.
It is embedded in BAW server and running in non-federation mode in a default deployment. If you enable federation and choose one BAW to host federated portal, the Workplace will run in federation mode accordingly.
- User Management Services (UMS)
User Management Services (UMS) provides SSO and Teams options, which provide users of multiple applications with a single sign-on experience and centrally administered teams.
Starting v21.0.3, on top of OCP/ROKs, CP4BA uses SSO from IBM foundational services. BAW on Containers in BAW still uses UMS as SSO service.
Content Platform Engine is the content repository that is used for Business Automation Workflow documents and case folders and their documents. It contains object stores for Workflow Server:
-
- DOCS: Workflow Server stores document in DOCS.
- DOS: Case Manager design object store.
- TOS: Case Manager target object store.
- [Optional]AEOS: App Engine object store. AEOS is optional because App Engine is optional feature.
To enable Case history store, you need configure an additional datasource in CPE.
- Content Management Interoperability Services (CMIS)
CMIS is an open-source standard that enables applications to work with one or more content management systems. BAW communicates with the Enterprise Content Management (ECM) system that contains the documents and folders by using CMIS standard.
Workflow Server access DOCS, DOS and TOS through CMIS.
Content Services GraphQL API is an intuitive API that enables the caller to create, retrieve, update, or delete resources.
It is for AE data-persistence. App Engine accesses AEOS through GraphQL.
Navigator enables business users to work with content from various sources and uses business automation applications that are built to help them in their daily job.
During Workflow Server initialization, BAW desktop is created.
Workplace desktop is not created by default. If PFS and Application Engine is configured, Workplace desktop will be created.
- [Optional] Process Federation Server (PFS)
Process Federation Server provides task workers with a single point of access to all of their tasks from a single Process Portal, regardless of the type of process that they are working on and the IBM Business Automation Workflow back-end system on which the process artifacts are stored.
PFS automatically federates Workflow Server that has created FederatedSystem CR. It then provides data to Federated Process Portal and IBM Workplace. You could also federate on premise BAW system.
PFS register its endpoint to DBA registry as well. Then App Engine could get its endpoint from DBA registry then.
PFS is optional feature, and not deployed in a default Workflow deployment.
PFS operator manages workplace job. If App Engine is detected, Workplace application will be deployed to App Engine. Furthermore, Workplace desktop will be created if Navigator is detected.
- [Optional] Application Engine (App Engine) and Workplace
Application Engine holds the Workplace. Workplace brings together process, case, and workstream functions to enable you to manage all your work in one place. It offers you a seamless and consolidated user experience to manage and complete different types of work in the same application. Workplace can be configured to work with any number of traditional or container-based Business Automation Workflow systems that are federated using Process Federation Server.
User could optimally choose persisting App Engine data to application engine object store (AEOS) in CPE. It stores the user former selection for Workplace, for example task list table order or page size. The setting will be lost after page refresh if user does not create a saved search without persisting App Engine data.
App Engine access AEOS through GraphQL.
App Engine is optional feature, it is not deployed in a default Workflow deployment.
Workplace is deployed to Application Engine Server by PFS operator. A plugin and desktop are created in Navigator if Navigator is detected. User could access Workplace in Navigator through the Workplace desktop. It retrieves data from PFS and work with backed Workflow Server when user work on tasks.
- [Optional] Business Automation Insights (BAI)
IBM Business Automation Insights captures events BPMN, and case events generated by Business Automation Workflow, aggregates them into business relevant KPIs, and displays them on meaningful dashboards so that you can analyze your business data. BAI is optional for BAW Container.
BAI is installed by IBM Cloud Pak foundational services by the Insights Engine operator. Since v23.0.2, user can configure standalone BAI.
- [Optional] Business Automation Machine Learning (BAML)
BAML offers two features: intelligent task prioritization and workforce insights. It requires BAI. Since23.0,2, intelligent task prioritization is available in BAW on Containers in BAW. It requires BAW integrating with a standalone BAI.
While you deploy BAW runtime on a container environment, you can deploy multiple server instances on different namespace, or on the same namespace, the mapping can be:
• 1 DB -> 1 Workflow server instance -> 1..n Workflow server Pod(s)
• 1 namespace -> 1 CP4BA/BAW on Containers deployment (1 CR) -> 1..n Workflow server instance (s)
• 1..n Workflow server instance (s) -> 1 federated portal
Limitation: Case Manager is a singleton.
Now you may know more about how BAW on Containers assembled, and how you can deploy it, play with it and you can get more detailed information from CP4BA Knowledge Center (https://www.ibm.com/docs/en/cloud-paks/cp-biz-automation/24.0.0), or BAW Knowledge Center (https://www.ibm.com/docs/en/baw/24.x).
Reference:
An Introduction to topology of Business Automation Workflow on Containers 21.0.2
An Introduction to topology of Business Automation Workflow on Containers 21.0.3
An Introduction to topology of Business Automation Workflow on Containers 22.0.1
An Introduction to topology of Business Automation Workflow on Containers 23.0.1
An Introduction to topology of Business Automation Workflow on Containers 23.0.2
Zhi Li Guan
Developer, Digital Business Automation
|
Yun Diao
Development Manager, Digital Business Automation
|