Steps
1.
Open the web.config
file (located in C:\Bizagi\Projects\[ProjectName]\WebApplication)
using the text editor of your choice.
2.
Within the <AppSettings>
section, add the following key:
<add key = "SkipSubprocessGlobalForm" value = "0" />
3.
Restart the Scheduler service and the Web Server services and try again. This should change the behavior.
|