Stop invoke workflow and directly go to process next queue item

Hi,

AM in this scenario that if it does not meet the criteria then I want to stop the invoke workflow and directly go to process next queue item (get transaction item).
How can I do that ?
Please help

Thanks
Sher

@Sher,
Please use do while loop to make it exit when condition meets…
image
Hope my inputs are useful.

Sorry I think I confuse you …

my if condition is inside invoke workflow … so basically I want it to be stop the invoke workflow and directly go back to main flow… how can I do that ?

please paste your work flow hear… or upload… some one from forum will help you.

Here if my workflow. basically after I set the transaction status … I just want end the invoke workflow …I tried to use terminate workflow function but it terminate all workflow included the main.

Once Set Transaction Status activity get complete, automatically it will come out from the invoke work flow unless you use it in a loop. You don’t need to use Terminate workflow.
Give a try … hope it will work.

ok let me try … :slight_smile: Thanks lots!