Greetings,
I am trying to signal some external workflow (not the one that triggers activity directly) within the activity. However, I keep getting exceptions like this one:
COMMAND_TYPE_START_CHILD_WORKFLOW_EXECUTION doesn't match EVENT_TYPE_START_CHILD_WORKFLOW_EXECUTION_INITIATED with EventId=35
My question is - is this ok to signal workflow within an activity? If so then how can I bypass this exception?