public interface BpmManager
| Modifier and Type | Method and Description |
|---|---|
long |
newProcessInstance(String deploymentId,
String processId,
Map<String,Object> context) |
void |
signalProcess(long processInstanceId,
String signalType,
Object event) |
long newProcessInstance(String deploymentId, String processId, Map<String,Object> context) throws WorkflowException
WorkflowExceptionvoid signalProcess(long processInstanceId,
String signalType,
Object event)
throws WorkflowException
WorkflowExceptionCopyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.