<fuego : manageArchiving>

Description

This task changes the archiving setting for a particular process.

Example: Configure process "Testing" for archiving, without storing Notes or Attachments

  ...
  <!-- Open a session to the Fuego directory -->
    <fuego:session passportref="fuego.passport">

      <fuego:manageArchiving deployedProcessId="Testing"
                     archiving="true"
                     archivingNotes="false"
                     archivingAttachments="false"
      </fuego:manageArchiving>
  </fuego:session>
  ...
 

Parameters

Attribute Description Type Required?
deployedprocessid ID of the BPM Process for which you are configuring archiving String Yes
archivingnotes Set to true if you want to achive the Notes associated with each process instance. boolean No Defaults to false
archivingattachments Set to true if you want to achive the file Attachments associated with each process instance. boolean No Defaults to false
archiving Whether or not to do archiving of process instances for this process. boolean No Defaults to false
haltonerror Whether to stop the ant build process if an error occurs during the execution of this task. boolean No Defaults to false

Parameters accepted as nested elements