Hello,
I am a starter with the webM development and I am looking to understand how it’s designed to work.
I am creating a basic flow that should return all the schedulers and their state:
pub.scheduler:getTaskIDs
- no pipeline in
- pipeline out: ‘taskIDs’ (String List)
Loop over ‘/taskIDs’
Input array ‘/taskIDs’
Output array ‘/tasksDetails’
pub.scheduler:getTaskInfo ( in the loop )
Results:
taskID ( last one )
the details for the last taskID that was processed
taskIDs ( the string array with all the ID’s)
taskDetails will all the taskdetails[*] null’s
Using debug mode I can see that the loop goes through all the tasks but the output array is blank.
Please assist with this issue.
Thank you.

#Flow-and-Java-services#Integration-Server-and-ESB#webMethods