Parallel groups

Hi,

I’m using Gatling groups for calculating the duration of a flow, that is defined by some final status values:
{
requestId: “af324795-d82u-197q-d7c3-f17da043ae9q”,
status: “PartialSuccess”,
parts: [
{
part: “part1”,
internalStatus: “Success”
},
{
part: “part2”,
internalStatus: “Failure”
}
]
}

So looking on the json above there’s a flow and also sub-flows.
I am able to calculate the outer flow duration (by monitoring status value).
I’m interested in calculating also the inner flows duration. However inner flows are executed in parallel.
So I’m looking for nested parallel groups.
Do you have suggestions how to implement it?

Thanks

This is not currently possible.