Right now, the createGroup step always creates a one-member group. We could extend it with a members field, so that it would automatically create a group with those members.
This could be done either with Add or external Commit. I would probably prefer the latter, since it results in a full tree.
Right now, the
createGroupstep always creates a one-member group. We could extend it with amembersfield, so that it would automatically create a group with those members.This could be done either with Add or external Commit. I would probably prefer the latter, since it results in a full tree.