Hide Table of Contents
Class: ActivityRecord

Description

The ActivityRecord class represents a jobs activity record associated with an activity type.

Class hierarchy

esri.WorkflowManager.SupportClasses.ActivityRecord()

Properties

NameTypeSummary
dateDateThe date that the activity happened.
messageStringThe activity message logged in the history table.
typeintThe type of activity that is been logged in the application
userStringThe username of the resource that triggered the activity.
Property Details

<Date> date

The date based on the current calendar that the activity happened.

<String> message

The activity message logged in the history table.

<Int> type

The type of activity that is been logged in the application.

<String> user

The username of the resource that triggered the activity.