Click or drag to resize

WorkPackageAction Enumeration

Defines the possible action the server will execute on a state transition.

Namespace:  BlueCieloECM.InnoCielo.Meridian.Server
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax
public enum WorkPackageAction
Members
  Member nameValueDescription
WPA_RELEASE_AND_REASSIGN1 Release to the vault/parent work package and reassign.
WPA_RELEASE_DONT_REASSIGN2 Release to the vault/parent work package and do not reassign.
WPA_REVOKE_AND_REASSIGN3 Revoke changes and reassign from the parent work package.
WPA_REVOKE_DONT_REASSIGN4 Revoke changes and do not reassign from the parent work package.
WPA_NONE5 Do nothing.
Remarks
This enumeration overrides WP_ACTIONS defined in BlueCieloECM.AMEdm PIA.
See Also