Hi guys,
I've got a process/process instance with several nodes, something like:
start -> sendEmail -> 3-day timer -> send 2nd email -> 3-day timer -> send final email -> wait 3 days -> end
If the user opens the email and clicks a link, I'd like to send an event to JBPM to move them into a 2nd process (or branch of this process). The click could happen at any time/node within the process after the first sendEmail node. Is it possible for an event to enact this type of behavior?
Thanks in advance for any suggestions!