Custom Resource Workflow Dependencies | Community
Skip to main content
Level 3
April 8, 2021
Solved

Custom Resource Workflow Dependencies

  • April 8, 2021
  • 1 reply
  • 1038 views

Hi,

 

Is there a way to determine all workflows which depend on a Customer Resource. For example, we have a Club custom resource, and before the Club resource schema is updated, I'd like to find out all workflows which depend on the resource.

 

Thanks much in advance,

Johnny Bravo

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by bisswang

unfortunately no easy way to do so in the UI.

You could create a package extracting every workflow in the system and then search the XML.

But that only works if you have custom IDs assigned to every workflow

1 reply

bisswangAdobe EmployeeAccepted solution
Adobe Employee
April 14, 2021

unfortunately no easy way to do so in the UI.

You could create a package extracting every workflow in the system and then search the XML.

But that only works if you have custom IDs assigned to every workflow

Level 3
April 14, 2021
Thank you Ramon for the reply, much appreciated.