thejk
Explorer
Member since ‎02-18-2017

User Statistics

  • 25 Posts
  • 3 Solutions
  • 2 Kudos given
  • 9 Kudos received

User Activity

Hi Experts,I developed an App that uses the Workflow capabilites from SAP Build Process Automation. After deploying the App to the Launchpad, everything works fine (using managed application router).But if I start the App from within BAS ("npm start"...
Hello, I have a Fiori Element List Report with local Annotations. The Annotations are created with the Annotation Modeler in WebIDE. I want to control the possibility of creating new Entities in the EntitySet. For this I am using Capabilities.Ins...
Hello, I am trying to get the total count of instances of a certain workflow definition. I am trying this: var sURL = "/bpmworkflowruntime/rest/v1/workflow-instances/?&definitionId=" + sWorkflowDefinition + "&status=RUNNING,ERRONEO...
Hello, I tried to use the "Workflow Instances" App that is provided with the SCP Workflow Service. This used to work perfect. But now if I want to start the App, I get a blank screen and an error "Can not navigate to route with name workfl...
Hi, I have a User Task UI developed for my SAP Cloud Workflow. In this UI, I want to give the users the possibility to delegate a task to somebody else. For this I am trying to change the "recipientUsers" of the task like this: $.ajax({u...