Description
The ActivityRecord class represents a jobs activity record associated with an activity type.
Class hierarchy
esri.WorkflowManager.SupportClasses.ActivityRecord()
Properties
date | Date | The date that the activity happened. |
message | String | The activity message logged in the history table. |
type | int | The type of activity that is been logged in the application |
user | String | The username of the resource that triggered the activity. |
Property Details
The date based on the current calendar that the activity happened.
The activity message logged in the history table.
The type of activity that is been logged in the application.
The username of the resource that triggered the activity.