ActivityWorkflow.getWIPCounts (Method)
Returns a structure containing information about how many 'work in progress' changes exist for a page.
Returns:
ActivityWorkflow_GetWIPCounts_Result (struct)
Each row of the returned query results has the following fields:
Field Name | Type | Description |
---|---|---|
MyWIP | NonNegativeInteger | The number of work in progress changes from the current user. |
MyWIPNeedingApproval | NonNegativeInteger | The number of work in progress changes from the current user that are pending approval. |
otherswip | NonNegativeInteger | The number of work in progress changes from a user other than the current user. |
OthersWIPNeedingApproval | NonNegativeInteger | The number of work in progress changes from a user other than the current user that are pending approval. |
OthersWIPNeedingMyApproval | NonNegativeInteger | The number of work in progress changes from a user other than the current user that are pending the user user's approval. |
Arguments:
Name | Type | Required | Description |
---|---|---|---|
pageID | RealPageID | Required | The page's ID. |
Context:
License Requirements | None |
Permission Requirements | Contributor |
Deny Context | None |
Require Context | None |
Author Lock | (not required) |
Transaction Logging | Transaction logging is disabled for this method |
Customization | Customization is not supported for this method. |
Error Codes:
None
Notes:
None