cancel
Showing results for 
Search instead for 
Did you mean: 

Controller operation failed: 404 Not Found: Service instance wm_workflow not found."

anversha_s
Active Contributor
0 Kudos

Dear Team,

I am facing issues while deploying the MTA file to the cloud instance. I am getting below error "org.cloudfoundry.multiapps.common.SLException: Error building content deployment configuration for module: "approvals": Controller operation failed: 404 Not Found: Service instance wm_workflow not found."

Attached the log, can anyone throw some light ?

Thanks

Anvershaoperation.txt

Accepted Solutions (1)

Accepted Solutions (1)

vbalko-claimate
Active Participant

Dear anversha

according to the log you provided, you are using service wm_workflow as an existing service, but this service probably does not exist in your space - or maybe it has different name.

You have two easy choices

- change wm_workflow resource to managed service and deployment process will create the service if it will be missing

- create that service manually

Answers (2)

Answers (2)

anversha_s
Active Contributor

Hi Vladimir,

Thank you so much, your first option worked.

type: org.cloudfoundry.managed-service

Good day.

Anversha

jessie_wu01
Participant
0 Kudos

Hi Anversha,

Can you guide how to change wm_workflow resource to managed service? I am new to CAP and meet the same error when deploying the CAP project to cf.

Thanks,

Jessie