I've a project that includes another project.
The included project fails and the calling project ignores it.
The next step is to check for failure in previous step - then i got the error:
'Error : Action has no Previous Sibling!'
FB Version: 6.3.0.1506
Two attachements: log.png is the actual log returned (export to html)
flow.png is the FB project section
Hi Naor,
We haven’t been able to reproduce the problem here, and the attachments didn’t come through. Could you send the attachments, and your project files to support [at] finalbuilder.com?
Regards,
Paul.
Hi Naor,
Thanks for sending in the requested files. The action is failing because it is being used as a child of an ASync action group which means that the action runs in parallel to the include project action. To get the behaviour you’re after, add the two actions to an Action Group and add that to the ASync group, for example:
- ASync Action Group
- - Run Action List
- - Action Group
- - - Include Project
- - - If Prev Action Failed
- - - - Set Variable
Regards,
Paul.