| AgilePoint API / Classes |
| Property | Type | Description |
|---|---|---|
| ActivityInstID | string | Gets and sets activity instance ID. |
| AutoStart | bool | Gets and sets the value that determines if the process should start immediately after it is created. |
| ClientData | string | Gets and sets client data. |
| CustomAttributes | NameValue | Gets and sets custom attributes in XML format |
| Designated | bool | Gets and sets the flag that determines if the event should be handled by a designated engine. |
| Diagnostic | bool | Gets and sets the flag that determines if the process data will be deleted from database after the process is completed. |
| EndDate | System.DateTime | Gets and sets the completion date of event. |
| Entries | int | Gets the relay time of the event. |
| Error | string | Gets and sets the error message of the event. |
| EventID | string | Gets and set the event ID. |
| EventName | string | Gets and sets the name of the event. |
| ParamsXml | string | Gets and sets the parameters as XML. |
| ParentProcInstID | string | Gets and sets parent process instance ID. |
| ProcDefID | string | Gets and sets process template (process definition) ID. |
| ProcInstID | string | Gets and sets process instance ID. |
| ProcInstName | string | Gets and sets process instance name. |
| Sender | string | Gets and sets sender of the event. |
| SentDate | System.DateTime | Gets and sets the sent date of event. |
| SourceWorkItemID | string | Gets and sets work item (task) ID. |
| Status | string | Gets and sets the status of the event. |
| ThrowAwayInstance | bool | Gets and sets the flag that determines if AgilePoint server should clear the process from cache |
| UserID | string | Gets and sets user ID. |
| WorkItemID | string | Gets and sets work item(task) ID. |
| WorkObjectID | string | Gets and sets work object ID. |