Defines the possible action the server will execute on a state transition.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: 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 name | Value | Description | |
---|---|---|---|
WPA_RELEASE_AND_REASSIGN | 1 | Release to the vault/parent work package and reassign. | |
WPA_RELEASE_DONT_REASSIGN | 2 | Release to the vault/parent work package and do not reassign. | |
WPA_REVOKE_AND_REASSIGN | 3 | Revoke changes and reassign from the parent work package. | |
WPA_REVOKE_DONT_REASSIGN | 4 | Revoke changes and do not reassign from the parent work package. | |
WPA_NONE | 5 | Do nothing. |
Remarks
This enumeration overrides WP_ACTIONS defined in BlueCieloECM.AMEdm PIA.