Tag Archives: array

Building a job dispatcher in BPM -or- Iterating over collections in BPM

Recently I was working with a customer who wanted to create a kind of ‘job dispatcher’ in BPM – basically a process that could take an array of things as input and do something different to each thing, depending on … Continue reading

Posted in Uncategorized | Tagged , , , | 2 Comments

Iterating/traversing arrays in BPM

Update: See this post for an updated example. Recently, I was working with a customer who has a requirement to create an arbitrary number of human tasks, based on the cardinality of an input data structure (array).  A bit of … Continue reading

Posted in Uncategorized | Tagged , , , | 6 Comments