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