All,
Environment
Android 4.4.4 on Nexus 7
Agentry 6.0.44.1 client
Agentry 6.0.44 editor/server
Here is description of the problem. I have an action with two sub-actions.
The first and second actions each has an execution rule.
When this action is called, the client crashes after Action 1's completion. When the client restarts, the rule for Action 1 no longer holds so Action 2 is executed. If I swap the order of these two actions, the result is that client crashes after Action 2 and restarting the client will finish Action 1.
Note that
1. If if this action only contains either Action 1 or Action 2, the client won't crash;
2. The same Action (with both sub-actions) won't crash on iOS client;
3. There is no correlation between these two sub-actions and their execution rules;
4. None of these two sub-actions involves any UI change; (transactions without screens);
5. Both sub-actions contain transmit. However, the log shows normal transmit activities in each sub-action even in the crashing case;
Any comments on this behavior?
Thx.
-Yang