
Hi All ,
Is there a way to download a workflow, in text format ? Even XML or JSON format would be more convenient. The current view is basically a point-and-click form, in the right bottom, grey section. This is not a very convenient form for documentation, at the very least. It's not even easily printed when the workflow is long and complex.
So how can I download the metadata in a text format?
1. copy the workflow id from url
the id is "AAF8D234-9DD5-4DF6-A1E4-D055BF0953BE", "%7b" means "{" ; "%7d" means "}".
2. use id to retrieve workflow record by API, url should like: "https://YourCrmDomain/api/data/v9.0/workflows(id)", in this example the url is "https://YourCrmDomain/api/data/v9.0/workflows(AAF8D234-9DD5-4DF6-A1E4-D055BF0953BE)", you can open the url in browser.