HI There,
I have a workflow that kicks of other workflow depending on smartobject values from a smart form. So kind of like I want something, but who approves the thing I want depends on what I want choose in a smart form.
I thinking in terms of who (group of people) shoudl be a sub process feeding into a parent process. So each who has an approval process that can be resused for other processes. In terms of the parent process my mproblem how does the parent process determin the outcome of the sub process? I have been looking at IPC for a solution but info is pretty thin regarding this use case therefore first question is: Is this possible using IPC for this purpose? and if so please, provide as much info as possible as I cannot find anything about this specificlly usiong the usual resources, all the material I have covered seem to suggest that this is not possible but it seems like a reasonable use case to be able to determine an outcome from a sub process in a parent.
The actual use case is that if any of the subprocess complete and thier outcome (or even the last activity before completion) is "rejectd". this would result in the parent process also moving to a rejected state.
Thanks in advnace.