@ApplicationScoped public class ProcessBean extends Object
| Constructor and Description |
|---|
ProcessBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup() |
void |
listProcessInstanceDetail(long processInstanceId) |
Collection<org.jbpm.kie.services.impl.model.ProcessInstanceDesc> |
listProcessInstances() |
void |
signalProcess(long processInstanceId,
String signalType,
Object event) |
long |
startProcess(String deploymentId,
String processId,
Map<String,Object> parameters)
Starts up a new ProcessInstance with the given deploymentId and ProcessId.
|
@PreDestroy public void cleanup()
public long startProcess(String deploymentId, String processId, Map<String,Object> parameters) throws Exception
Exceptionpublic Collection<org.jbpm.kie.services.impl.model.ProcessInstanceDesc> listProcessInstances() throws Exception
ExceptionCopyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.