Check condition, if true go to another process further, if false continue forward

Hello, I got a “get text” activity to check the message my SAP returns and it returns a Boolean variable (NoDoc), if it’s true I want the workflow to jump the activities it would do if it was false and continue a few activities further, but if it’s false I need it to continue normally.

How can I do this without rewriting my whole workflow inside the “IF” case?

image

You don’t have to rewrite anything, just drag and drop the activities into the “Then” block for the ones it should skip if the condition is False.