jbpm

ProcessInstance org.jbpm.api.ExecutionService.startProcessInstanceByKey(String processDefinitionKey, Map<String, ?> variables)
starts a new process instance in the latest version of the given processDefinitionName.

Parameters:
processDefinitionKey is the key of the process definition for which the latest version will be taken.
variables are the initial values of the process variables that will be set before the execution starts (read: before the initial activity is executed).

你可能感兴趣的:(jbpm)