cancel
Showing results for 
Search instead for 
Did you mean: 

Error "Get Workflow Instance" failed - Live Process - SAP Build Process Automation

VijayRao
Participant
0 Kudos

I have imported the Journal Entry Approval process( Live process from the Store ) and carried out all the setup and configuration per the documentation.

While testing the solution I get the below error message. Any idea what I am missing?

Unfortunately, the error log is not very helpful.

End User Guide Journal Entry Posting Approval using SAP Workflow Management or SAP Build Process Aut...

View Entire Topic
Sesh_Sreenivas
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Vijay,

The 'Get Workflow Instance' should ideally call the workflow API. But the API endpoint in the error seems to be pointing the 'rule', which is incorrect.

I think you can download the source code for workflow, make the following changes and deploy the workflow model.

Updating the API path for the the service task 'Get Workflow Instance'

From: /public/rule/runtime/v1/workflow-instances

To: /public/workflow/rest/v1/workflow-instances