Stop node?

Hi All, 

Just a quick question. Is there a node (or other solution) which stops a workflow and waits for user verification to proceed?

 

In details: I have a workflow which ends in a CSV writer and I would need a stop node before the writer, where the user can decide whether to write the data out or not (only for some safety reason, because it overwrites the existing previously used file (basically adds data to it and overwrites)).

Thanks for the help!

-v 

You could use the breakpoint or IF node in flow control to do this type of pause.

simon.

Thanks Simon, 

 

that is what I am using currently, I was just wondering about other (nicer?) options.

Cheers

Vince