I'm trying to create a subactivity that outputs a data object.
Currently, I have a subactivity, Prepare Pack, that adds a Joker card to the Card Pack
data object, removes all twos, threes and fours from Card Pack
and returns Card Pack
.
To model an output I connected the subactivity to Card Pack
data object with an arrow. Is this a valid way of illustrating that the subactivity returns Card Pack
?