Question
Check which activity is completed
Hi,
I have a scenario where the interaction manager can be started at two places(two button click events in two different projects). Once the interaction is started i am starting an activity which is common task between the two projects. When that particular activity is completed, I want to know which project/button triggered the interaction or the common activity.
Based on which project/button triggered the interaction, I have individual activities in the projects which should be started.
Can I know the best way to handle this case, Thanks.
I would add a parameter to the Activity that you'd set when you started it indicating who started it. Remember that Activity parameters are both inputs and outputs, so you can set them going in or coming out.