Call Activity - starting a subprocess

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2013 01:49 AM
Hi,
In my process I use Call Activity which references a subprocess, but I am not able to start this subprocess when process execution arrives at the Call Activity. User Task in a subprocess does not start. What am I doing wrong?
This is a process:
[img]http://s10.postimg.org/q4swcioed/Screen_Hunter_44_Sep_17_07_42.jpg[/img]
This is a subprocess:
[img]http://s24.postimg.org/skifzygz5/Screen_Hunter_44_Sep_17_07_43.jpg[/img]
In my process I use Call Activity which references a subprocess, but I am not able to start this subprocess when process execution arrives at the Call Activity. User Task in a subprocess does not start. What am I doing wrong?
This is a process:
[img]http://s10.postimg.org/q4swcioed/Screen_Hunter_44_Sep_17_07_42.jpg[/img]
This is a subprocess:
[img]http://s24.postimg.org/skifzygz5/Screen_Hunter_44_Sep_17_07_43.jpg[/img]
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2013 03:54 AM
The thing that was causing a problem described in initial post was not setting input parameters of the subprocess which resulted in exceptions that I haven't noticed and confused with the idea that subprocess is not starting.
