public class AddCommentCmd extends Object implements Command<Comment>, Serializable
| Modifier and Type | Field and Description | 
|---|---|
protected String | 
message  | 
protected String | 
processInstanceId  | 
protected String | 
taskId  | 
| Constructor and Description | 
|---|
AddCommentCmd(String taskId,
             String processInstanceId,
             String message)  | 
protected String taskId
protected String processInstanceId
protected String message
public Comment execute(CommandContext commandContext)
Copyright © 2019. All rights reserved.