Expand my Community achievements bar.

JSON and Workflow

Avatar

Former Community Member
In the form for one of my earlier workflow steps, I dynamically build a JSON object from the results of a bunch of different web service calls. I need that exact data in the next two steps and would like to avoid having to make those web service calls all again. Is there any way I can send the JSON object as a variable attached to my workflow to all the next steps? Has anyone tried this before?
1 Reply

Avatar

Level 10
You can create your own data types in Workbench.



You could create a JSON object type and re-use it on subsequent steps without making the web service calls again.



Check the following link for custom data types : http://livedocs.adobe.com/livecycle/8.2/programLC/programmer/help/000959.html



Jasmin