PublicAPI.Processes.WorkflowTaskBase.WorkflowTask.AddComment ELMA API Documentation
Add a comment to the task
 
 
Syntax

public void AddComment(
	WorkflowTask task,
	CommentActionModel model
)

Parameters

task
Type: WorkflowTask
Task. Object. Access path: PublicAPI.Processes.WorkflowTaskBase.WorkflowTask
model
Type: CommentActionModel
Model for the action with comments and attachments
See Also