SOARCA icon indicating copy to clipboard operation
SOARCA copied to clipboard

While condition step will have duplicate step reporting which is not allowed by the reporter module

Open MaartendeKruijf opened this issue 8 months ago • 0 comments

Describe the bug I'm having some difficulty with while conditions. I was attempting to use a minimally modified version of the sample playbook here https://cossas.github.io/SOARCA/docs/concepts/executable-playbooks/ I also created a minimal playbook with two action steps and a while condition to confirm the error. It seems the action that increments the counter variable for exiting the while condition is prevented from executing more than once.

To Reproduce provide details logs and steps Run a playbook with an while condition and action step in it.

Expected behavior Reporting of the iteration of the step are captured

Screenshots

Image

Environment information All

Additional context Reported via Slack

MaartendeKruijf avatar May 10 '25 08:05 MaartendeKruijf