Basic activity usage in a flow
Hi,
I'm trying to understand how to use an activity from a flow.
Activities have in and out parameters. However, the help on utility shapes says that one can only give an activity a literal value as a parameter, and doesn't even mention out parameters.
So how can I make an activity interact with case data (pyWorkSpace.*)? And if the answer doesn't use out parameters, then what are those for?
I was specifically trying to achieve what follows: in the LSA exercise VM, in a dummy case type, use Obj-Open to get the Office with OfficeID 1001 and then display the Country property of this office in a flow action.
Thanks in advance for your help.