Hi Everyone
I have one subprocess process model which is having 10 nodes which includes 2 xor gateways ,4 sync record smart service and 4 query database smart service. Complete process is activity chained in parent process we have one ui on click of button this subprocess will execute its should come back to same ui for that we have activity chained complete parent and child process. Now the issue is when we have 3 query database and 3 sync record smart service all works good .We got new requirement to sync one more record that time we have added one more sync smart service that time the process is not working as before.Later in subprocess which is have all sync smart service we just removed 2 xor gateways to decrease the nodes that time its worked properly.What would be the reason for that?
Thanks in advance for the people who helps me to understand this .
Discussion posts and replies are publicly visible
Is there any reason you're using the Query Database smart service over the others available?
We are executing few sp' s from backend those are inserting few tables those records we needs to sync. For that we need identifier from the table to sync the corresponding record sync from record smart service . That's why we are querying the id by using query smart smart service.