Description
The ActivityType class represents an activity type template that gets logged on a job when a certain event is fired in the application.
Class hierarchy
esri.WorkflowManager.SupportClasses.ActivityType()
Properties
desription | String | The description of the activity that happened. |
id | int | The ID of the activity that is logged. |
message | String | The message that will be logged when this type of activity occurs. |
name | String | The name of the activity that occured in the application. |
Property Details
The description of the activity that happened.
The ID of the activity that is logged.
The message that will be logged when this type of activity occurs.
The name of the activity that occured in the application.