Maybe I'm missing something, but I can't see how to pass different input per activity.
For example, say I want to get a list of URLs in the first activity (preprocess step), then in parallel for each unique URL process the URL with a second activity type (passing the unique URL as input to each activity), then after all these activities have run aggregate / postprocess the results.
Maybe I'm missing something, but I can't see how to pass different input per activity.
For example, say I want to get a list of URLs in the first activity (preprocess step), then in parallel for each unique URL process the URL with a second activity type (passing the unique URL as input to each activity), then after all these activities have run aggregate / postprocess the results.