Hi,
I have 2 independent workflows running seperately. I would like the one workflow to kick off an activity in the other (already running) process without effecting the other already running activities in the second process.
As an example. Process/Workflow 1 has activity A, B, and C already running in parallel. I would like Process/Workflow 2 to start activity D of Process/Workflow 1 so that Activity A, B, C and D are now active.
Is it possible?
Mike