Configure the Integration with SAP Workflow Management
Prerequisites
Prerequisites for using SAP Workflow Management with Operations Automation are the following:
- You have subscribed to a SAP Business Technology Platform account with activated Workflow Management Service in one of the sub accounts.
- You are developing in your workflow management account workflows that either resolve error situations or alerts detected by SAP Cloud ALM or orchestrate and automate regular operational tasks. These workflows should be triggered automatically or manually from SAP Cloud ALM for Operations as a follow up action to an alert.
- You have enabled access to workflow APIs using OAuth 2.0 Authentication (Client Credentials Grant) as described here.
- You have enabled technical authentication as described here and granted the following authorizations:
{ "authorities": [ "WORKFLOW_INSTANCE_START", "WORKFLOW_DEFINITION_GET", "WORKFLOW_DEFINITION_GET_SAMPLE_CONTEXT", "WORKFLOW_INSTANCE_GET" ], "defaultCollectionQueryFilter": "shared" }