In this use case, you get an array of file names from an
auxiliary table that stores Source Code Management (SCM)
application information, and then create a new item for
each file in another auxiliary table that stores Issue Defect Management (IDM)
information.
Note: Similar data can come from any external Web service. That is,
instead of coming from an auxiliary table, the data about files and associated
issues can come from your SCM application.
The
orchestration workflow loops through each file and then
processes it as follows:
- Gets an array of files from an auxiliary table.
- Adds the file names to an input element in a subsequent
Service step.
- Creates new items in another auxiliary table.
To create an array and use it in a subsequent
Service step: