public class SaveProcessDefinitionInfoCmd extends Object implements Command<Void>, Serializable
Modifier and Type | Field and Description |
---|---|
protected com.fasterxml.jackson.databind.node.ObjectNode |
infoNode |
protected String |
processDefinitionId |
Constructor and Description |
---|
SaveProcessDefinitionInfoCmd(String processDefinitionId,
com.fasterxml.jackson.databind.node.ObjectNode infoNode) |
protected String processDefinitionId
protected com.fasterxml.jackson.databind.node.ObjectNode infoNode
public SaveProcessDefinitionInfoCmd(String processDefinitionId, com.fasterxml.jackson.databind.node.ObjectNode infoNode)
public Void execute(CommandContext commandContext)
Copyright © 2019 Flowable. All rights reserved.