PublicAPI.Docflow.Objects.BPMN.SendToApprovementTask.AddComment ELMA API Documentation
Add a comment to the task
 
 
Syntax

public void AddComment(
	SendToApprovementTask task,
	CommentActionModel model
)

Parameters

task
Type: SendToApprovementTask
Task. Object. Access path: PublicAPI.Docflow.Objects.BPMN.SendToApprovementTask
model
Type: CommentActionModel
Model for the action with comments and attachments
See Also