Idea

Jeremy R avatar image
2 Likes"
Jeremy R suggested Jordan Johnson edited

Batch tokens using multiple groups

When using the Batch activity in a process flow, it is possible to group tokens by a single attribute. However, you can only group by one attribute at a time, whereas I have encountered situations where it would be helpful to group by multiple.

This question has an answer that suggests a workaround of combining multiple labels into a single string. The workaround works, but it is very far from ideal.

batchgrouping
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

2 Comments

·
Jordan Johnson avatar image
3 Likes"
Jordan Johnson commented Jordan Johnson edited

If you put all your attributes in an array, you can batch by that array; each unique combination of values will be batched together. List Partitions can also use array values.

BatchByArray.fsm

The Batch UI doesn't seem to display Array values very well. I'll add a case to the dev list about that.

5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Joerg Vogel avatar image
0 Likes"
Joerg Vogel commented

Your request enhances a software tool and make it more complex. There are other processes you can build to achieve the same with more activities. I would use under such conditions an approach to evaluate a list and collect a batch in a sub flow structure. I know such a process structure doesn’t look anymore clean and simple as a single activity, but if you have to document a logic, then a set of more activities makes it easier, because you can refer to the process flow activities visual logic.

5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Write a Comment

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Your Opinion Counts

Share your great idea, or help out by voting for other people's ideas.

Related Ideas