Decline Activity

Parent Previous Next

The Decline Activity is used to decline the documentation package.



Edit script task

The only step is to edit the script task. To do this open the script task expression property. Switch the language to Python and enter the following python code:


 1  # Delete documentation package

 2  DocumentationPackage.Delete()