A postcondition is is evaluated when aICmTask object is in the WORKING state, and changeState(LifecycleChangeFlags.PROMOTE) is invoked on the ICmTask.
A condition is expressed as an SQL predicate applied to the ICmTask object itself, or to objects related to the ICmTask through object-valued properties. For example, if you have a claim processing task that cannot be completed until its ClaimStatus property is set to CLOSED, then the postcondition expression would be ClaimStatus = 'CLOSED'.
A postcondition has the same syntax requirements as the FilterExpression property.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
ReadOnly Property PostCondition As String |
C# |
---|
string PostCondition { get; } |
Visual C++ |
---|
property String^ PostCondition { String^ get (); } |
JavaScript |
---|
function get_postCondition(); |
Remarks
Metadata
AllowsDefaultChange: true
Cardinality: SINGLE
CopyToReservation: false
DataType: STRING
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
MaximumLengthString: null
ModificationAccessRequired: WRITE
PersistenceType: NOT_PERSISTENT
RequiresUniqueElements: false
Settability: READ_ONLY
TargetAccessRequired: READ