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: 1.4.0.0 (1.4.40.0)

Syntax

C#
public enum WorkPackageAction
Visual Basic
Public Enumeration WorkPackageAction
Visual C++
public enum class 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