Hi,
We are attempting to make 2 different Forms processes talk to each other to bypass the known limitation of public users (non-licenses public users, outside of our organization) to accomplish tasks relating to specific processes. (ex. students vs employers for coop terms)
There is the feature of listening for a signal in order to advance to the next step in LF Forms. Is there a magical way to trigger a signal from one process to another, either through an API or Workflow task, so that the active listening signal receives the signal to advance the process?
Basically what we want to do is this:
Ex. Process 1 is initiated by an internal user, fills out the basic necessary information. Step 2 is to send a task to a public user by sending an email link with a GUID to fill out Process 2.
Public user clicks on the link, fills out initiating form of Process 2. We now have a tie in between Process 1 and Process 2 because of the GUID value.
We'd like, from Process 2, tell Process 1 that Step 2 is now complete, move on to the next step.
Is there something, any kind of workaround through API, Workflow, magic wand, that allow a back and forth between 2 different processes to communicate clearly when certain events are completed? Without bogging down performance of having an endless loop of checking a backend service...