Documentation

Trace:

(workflow:example)
Translations of this page:

This is an old revision of the document!


Here's a simple loop example:

The first step (Delete Statement) deletes all records of a heroes database table. The next step (REST Get) loads a list of Heroes from an example REST service. The service returns a JSON array of heroes with ID and NAME as attributes, e.g.:

[
 {"ID":1,"NAME":"Superman"},
 {"ID":2,"NAME":"Batman"},
 {"ID":4,"NAME":"Rambo (John)"},
 {"ID":5,"NAME":"Captain America"},
 {"ID":6,"NAME":"Wolverine (X-Men)"}
]

and stores the list in a variable with the name Heroes. The Loop List step iterates all Heroes and continues as long as there are entries. If all entries were processed, the final step (Client Call) will be executed to reload the client application.

This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information