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

public void AddComment(
	WorkflowTask task,
	string comment
)

Parameters

task
Type: WorkflowTask
Task. Object. Access path: PublicAPI.Processes.WorkflowTaskBase.WorkflowTask
comment
Type: System String
Comment
See Also