End execution of process within itself

Hi, I would like to have an “if-clause” and if a certain condition is met the process should terminate itself without a warning (just a log that there are no new items to be processed). Is there an activity to end the process like this?

Please check the below thread -

Regards,
Karthik Byggari

1 Like

Thanks. The solution there is a bit different than what I would like to have.
I thought of an exit point in a large sequence.

I tried Terminate Workflow with BusinessRule.Exception. This works but I would like to get just an info and not an error.
I looked at the example that you pointed out. It is pretty much what I would like to have but in my long sequence I can’t do everything inside an else clause.