How do I create a `DO_WHILE` task in Conductor that loops until a condition is met?

I’m new to Conductor workflows and tried creating a DO_WHILE task that should loop until the status is different from ‘Pending’, but the loop isn’t working as expected.

Answer:

  • Check the condition you are using in the loopCondition. For example:
$.gpi_tracker_status_check_ref['status'] != 'Pending'