Hi,
I am following this link Cloudfoundry workflow .
But during build phase getting error as below.
My cloud workflow instance name is cfworkflow and the mta.yaml is corrected now.
12:43:45 PM (Executor) line 17: the "workflow_workflowtiles" property set required by the "workflowtilesApprouter" module is not defined 12:43:45 PM (Executor) make: *** [Makefile_20200319071345.mta:26: pre_validate] Error 1 12:43:45 PM (Executor) Error: could not build the MTA project: could not execute the "make -f Makefile_20200319071345.mta p=cf mtar= strict=true mode=" command: exit status 2 12:43:45 PM (MTA BUILD) The "Task for mta build" process finished with code 1 12:43:45 PM (MTA BUILD) Build of "sample.workflowtiles.mta.trial" failed.
the above issue got resolved after recreating the folder and followed the steps. Apparently there was an entry pointing to the sample service which needs to be replaced with my workflow instance name. Now i get another issue where build was successful, but while deploying getting another error as below:
Creating service "workflowtiles_html5_repo_runtime" from MTA resource "workflowtiles_html5_repo_runtime" Creating service "portal_resources_workflowtiles" from MTA resource "portal_resources_workflowtiles" Service operation failed: Controller operation failed: 403 Updating service "uaa_workflowtiles" failed: Forbidden: Error creating service "uaa_workflowtiles" from offering "xsuaa" and plan "application": You are not authorized to perform the requested action Service operation failed: Controller operation failed: 403 Updating service "portal_resources_workflowtiles" failed: Forbidden: Error creating service "portal_resources_workflowtiles" from offering "portal" and plan "standard": You are not authorized to perform the requested action Service operation failed: Controller operation failed: 403 Updating service "workflowtiles_html5_repo_runtime" failed: Forbidden: Error creating service "workflowtiles_html5_repo_runtime" from offering "html5-apps-repo" and plan "app-runtime": You are not authorized to perform the requested action To download logs of the process, use the multi-target application plug-in for the Cloud Foundry CLI command "cf dmol -i 33c2ffeb-69c6-11ea-9dd3-eeee0a82fee9" directly in your Cloud Foundry space. For more information see https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/e93b231895b64cbc9221a62953563a6f.html.Job failed. 3:14:42 PM (DeploymentToCF) Deployment of the "sample.workflowtiles.mta.trial" project failed.(Response state is FAILED)
Can you please let me know how to rectify this error.
Regards,
Aditya