Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cp4ba.yaml missing object for workflow_workstreams #491

Open
techietav opened this issue Aug 2, 2023 · 0 comments
Open

cp4ba.yaml missing object for workflow_workstreams #491

techietav opened this issue Aug 2, 2023 · 0 comments

Comments

@techietav
Copy link

Describe the bug
In the provided sample config cp4ba.yaml there is no object workflow_workstreams.enabled and the installer fails. The example has workstreams.enabled

      workflow: # Business Automation Workflow (BAW) - https://www.ibm.com/docs/en/cloud-paks/cp-biz-automation/latest?topic=deployment-capabili
ties-production-deployments#concept_c2l_1ks_fnb__baw
        enabled: true
        optional_components:
          baw_authoring: true # Workflow Authoring (BAW) - always keep true if workflow pattern is chosen. BAW Runtime is not implemented.
      workstreams: # Automation Workstream Services (IAWS)
        enabled: false # Always false in this tool - this feature is not implemented

To Reproduce
Just run the install and it will fail with an error the Dict object workflow_workstreams is missing.

Resolution
Edit the yaml to include workflow_workstreams as below

workflow: # Business Automation Workflow (BAW)
        enabled: false
        optional_components:
          baw_authoring: false # Workflow Authoring (BAW)
workflow_workstreams: # Automation Workstream Services (IAWS)
        enabled: false # Always false in this tool - this feature is not implemented
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant