public class StartProcessInstanceByMessageCmd extends Object implements Command<ProcessInstance>
Modifier and Type | Field and Description |
---|---|
protected String |
businessKey |
protected String |
messageName |
protected Map<String,Object> |
processVariables |
protected String |
tenantId |
Constructor and Description |
---|
StartProcessInstanceByMessageCmd(String messageName,
String businessKey,
Map<String,Object> processVariables,
String tenantId) |
Modifier and Type | Method and Description |
---|---|
ProcessInstance |
execute(CommandContext commandContext) |
protected final String messageName
protected final String businessKey
protected final String tenantId
public ProcessInstance execute(CommandContext commandContext)
execute
in interface Command<ProcessInstance>
Copyright © 2016 Alfresco. All rights reserved.