Do not Return control from an Action Chain to the Parent Action Chain
Summary:
Hi,
Earlier in json based action chain if i do not want to return control from an action chain to the calling parent action chain, we had an option of returning failure in the outcome of return activity.
Now in the Java Script action chain same return activity has a payload of true or false but the outcome success or failure is missing. But the problem is, I will have to put an if condition in the parent action chain to check if the payload returned value is true and false which was not required in json based action chain.
Tagged:
0