How can I copy a process into another WorkflowGen process?
You can do this by creating a sub process and calling the sub process from your main process. Or you can set an existing process to be a Public sub process and call it from another main process.
Reader Comments