I'll try to keep this brief. I would like to send a message to a Wait for Event activity, which is listening to the `OnMessage` trigger of `activity` (see below).
I am getting an error - invalid triggering event. I'm assuming this is because ProcessFlow activities can't receive messages. Is this the case? I would like to avoid sending a message to the ProcessFlow object itself, but I'll do this if I absolutely need to. If I can't send a message to the activity, what other options do I have? Is there a list of what can or cannot receive messages?
Thank you.