mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
675 B
675 B
Added, Status
Added | Status |
---|---|
v2.0.0 | Active |
Comment Process model
Represents a comment added to a Process Services task or process instance.
Details
Instances of this class are returned by the methods of the Comment Process service. See the Comments API methods in the Alfresco JS API docs for more information.
class CommentProcessModel implements CommentRepresentation {
id: number;
message: string;
created: Date;
createdBy: LightUserRepresentation;
}