Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 675 Bytes

iuf_resume.md

File metadata and controls

20 lines (14 loc) · 675 Bytes

iuf resume Examples

(ncn-m001#) Begin executing stages process-media through deliver-product for activity admin-230126.

iuf -a admin-230126 run -b process-media -e deliver-product

(ncn-m001#) Forcefully abort activity admin-230126 while it is still executing, causing the current stage to fail immediately.

iuf -a admin-230126 abort -f

(ncn-m001#) Resume activity admin-230126 to re-execute any failed or aborted steps in the most recent stage of the IUF session specified earlier via iuf run and then execute any remaining steps that were not run prior the execution of iuf abort.

iuf -a admin-230126 resume