ActivityWorkflowResults (Type)

Row-limited query returning ActivityWorkflowResults_Row records needed by ActivityWorkflow.getChangesToMyContent() and ActivityWorkflow.getMyChanges().

Based On:

Rowlimitedquery

Query Row Type:

ActivityWorkflowResults_Row

Each row of the returned query results has the following fields:

Field Name Type Description
ChangeDate Datetime The date and time of the most recent page changes.
ChangeDateApproval DateTime_EmptyString The date and time of the most recent page change approval. An empty string indicates that no approvals have occurred.
DateContentLastModified Datetime The date and time when a page's content was last changed.
Description PlainText The page's description.
Filename Filename The page's filename.
ID PageID The page's ID.
IsApprovalNeeded Boolean Boolean flag which when true indicates that this change is pending an approval.
IsReferredBack Boolean Boolean flag which when true indicates that a change was referred back to the person who made the change.
IsUploadedDoc Boolean Boolean flag which when true indicates that this page was uploaded.
IsWIP Boolean Boolean flag which when true indicates that the page is a work in progress.
Link FileName_ValidURL_EmptyString The page's URL.
PageType PageType An integer value representing the page's type; for example, 0 (normal or uploaded document), 1 (template), 4 (custom element), or 6 (page set).
SubsiteURL SubsiteURL The server-relative URL of the page's subsite.
Title PlainText_NonNull_255 The page's internal CommonSpot title.

Error Message:

None