Advanced configuration of Workflow Process Service Authoring

The following instructions help you complete the Advanced Configuration for Workflow Process Service Authoring in the OpenShift Installed Operators user interface.

Workflow Process Service Authoring is only available for a production deployment. Set Workflow Process Service Authoring (olm_production_workflow_process_service) to true

Advance Configuration:
Optional Components:
  • Business Automation Insights This configuration is optional. If you enabled Business Automation Insights and want to install and configure the emitter that you need to send raw events to ingestion jobs, add the following information before you create an instance.
    1. Change the configuration page from Form View to YAML View.
    2. Find the workflow_authoring_configuration section and copy the required information into it.
      To install and configure the BPMN event emitter:
      ##  IBM Business Automation Insights integration configuration
          business_event:
            enable: true
            enable_task_record: true
            enable_task_api: true
            subscription:
            - {'app_name': '*','version': '*','component_type': '*','component_name': '*','element_type': '*','element_name': '*','nature': '*'}
      For information about the BPMN event emitter, see Installing and configuring the BPM event emitter.
  • Data Collector and Data Indexer This configuration is optional. It is required if you want to use index data in Elasticsearch, advanced search and dashboards.
  • Exposed Kafka Service This configuration is optional. It is required if you want to create a Kafka service to expose a message-based interface to external clients. This interface can interact asynchronously with workflow automations. For more information, see Creating a Kafka service.
Remember:
  • You can use the parameter descriptions in Workflow Process Service Authoring parameters to help you add more configurations.
  • You can copy and paste parameters from the custom resource (CR) custom pattern templates in the YAML View and edit the parameters.
  • You can edit the CR file in the editor, but it is best if you have the CR complete and verified before you save your changes in the editor. For example, go to http://www.yamllint.com/ to verify the contents of your file.