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.
An OUT parameter is for when an Activity calls another Activity.
The first Activity can capture the OUT parameter from the Activity it called.
Having an OUT parameter on a Utility Activity does not do anything -- the code that calls the Utility Activity will ignore it.