I have a CAP project which calls an external service to start a workflow.
When I add the odata v2 proxy so that I can use a fiori elements app for some reason the external service call fails.
The external service url is: https://api.workflow-sap....
I have annotations added to my CAP service like so:
UI: {
SelectionFields: [
status_code,
category_code,
priority_code
],
LineItem: [
{Value: title, ![@UI.Importance]: #High},...
I am trying to call the SAP workflow service from a CAP service like so:
const workflow = await cds.connect.to('workflowService')
const response = await workflow.tx(req).post('/v1/workflow-instances', {
"definitionId": "IncidentFlow",
...
I have a queue in enterprise messaging and wish to read it with CPI. When I create the iflow with the AMQP adapter it asks for the following information:
hostportpathauthenticationcredential
Where do I get these values from? I assume its the ente...
I'm wondering if its possible (and if any examples exist) for starting a CF workflow instance from a CAP application?
I can see examples (and the open sap cap course - week 4) cover calling external services but these are always OData services with...
Thank you for the great reply @matthias_schmalz . And you are right of course regarding the grouping of apps together into the one business solution / content provider - I misread what you were explaining.Refreshing the content provider is no longer ...
Great post @matthias_schmalz . Love this series from you and it really helps tie all these ideas together.Let's hope that the fiori tooling will take this up and the generators start using this technique as well instead of the complex (and very easy ...
This is great but even better would be to add an Accept All button because it can be hard to see all the files that you need to accept changes on. Either that or somehow improve the Joule view so it easies to see all changes that will be made.And I a...
Thankyou @alisa_dermen . I have seen the schedule capability. I guess I was more wondering on the frequency. What would be too much? You want to see issues before your users hopefully...