adamharkus
Participant
Member since ‎2021 Oct 20

User Statistics

  • 113 Posts
  • 4 Solutions
  • 24 Kudos given
  • 12 Kudos received

User Activity

I saw the following blog to 'Create an SAP UI5 Task for a Business Process'Create an SAP UI5 Task for a Business Process | SAP TutorialsMy question is, is this only option for replacing the standatd BPA Approval form with a UI5 app, or is this also p...
In my SAP Build Process Automation (BPA) process, I'm trying to setup an output parameter from an automation into an approval form.Here is the JSON response from the automation.  { "automationOutput":{ "poLines":[ { "text...
When running a test on an action in SAP Build I get the following error.{"code": 12000,"message": "Execution of action failed","correlationId": "27932dd7-91bf-4fe8-4402-19710945fc43","details": [{ "code": 12000,"message": "Failed to create action out...
I'm putting together a CSV import using Build apps, with a Desitination pointing to a python app deployed on BTP.Everything works fine, until I hit the 120000ms (2 minute) timeout when processing a large file, at which point the Build app throws an e...
I've installed the CAP LLM Plugin (v.1.3.3). However, for the getRagResponse() and similaritySearch() methods, the db is not connected, even if I set in in the calling script.For now I've put in the workaround to the plugin to connected to the db on ...