Workflow and ServiceDesk Community

 View Only

Using the REST Generator (PATHs) in Workflow 7.6 

Jan 05, 2016 01:44 PM

In this Article I will explain how to use the REST Generator (PATHs) within Workflow 7.6.

Follow up articles

New to me in build Symantec.Workflow.Setup.7.6.4383.504 (think it was .479 but I'd advise getting the last build) the REST Generator has been updated to allow multiple paths from the response content.
 
This is a great addition as what if your request fails or returns a StatusCode other than 200, this needs to be handled differently, you won't get the same data type returned,
 
By default this creates a PATH of 200-299. As of writing there is no way to delete this path, which I believe is incorrect, what about a PUT request that returns a 301.
 
The 200-299 PATH requires an output type, if none is selected you get the following error:
"Error validating info - ResponseContent on component x"
 
If you don't need one you could just set it to text, it's never going to go down that path, so just have a demo component going to end?
 
Let's use our trusty Star Wars API to see it in action:
 
Fill in the usual content and get the Response Content using "Create the Request" option.
Now click on "Paths..." to see the new path.
 
REST Generator - 2 Components - Paths.png
 
You can create multiple paths, make sure OK has a Response, this defaults to your response from the previous screen.
 
You could have individual ones or you can comma separate them if they return the same data type,
 
REST Generator - 2 Components - Paths - Multiple.png
 
I would advise either a path for each OR a range for the same, don't have both, it is likely to pick the first code it matches.
 
For the Name don't put spaces, or you get the following error
REST Generator - 2 Components - Paths - Compiler Errors.png
 
It would be nice if the Generator warned you about this when creating a new Path name, as this is when you compile and don't know this is the reason.
 
Then back in Workflow we have the component with all the Paths,
 
REST - Workflow - Paths - Multiple.png
 
You have the data available to you given the chosen path, and you can deal with it accordingly,
 

Statistics
0 Favorited
1 Views
0 Files
0 Shares
0 Downloads

Tags and Keywords

Related Entries and Links

No Related Resource entered.