I’m developing a MES. When a user starts a production order, an “open document” in modal mode shows some notes and information. When the document is closed, the process flow should continue and execute a task.
If I add a process step (task) after “Open Document” , the task runs immediately and it’s not possible to read/scroll the open document.
Is there a way to solve it? Any workaround?
Page 1 / 1
Hi
It might be possible to work with two process flows (or two subflows within the same process flow).
The first flow would end with the "Open document" process action. The user would then read the information from the opened document. Closing this document could then serve as the start process action of the second process/subflow.
However, this is only possible when using a 3-tier environment, since closing a document is not a valid start action for a process flow in the Windows GUI.
If it is important to pass information through process variables, I would recommend using subflows within the same process flow.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.