public interface TaskLifeCycleService
| Modifier and Type | Method and Description |
|---|---|
void |
claim(long taskId,
String user,
String deploymentId) |
void |
complete(long taskId,
String user,
Map<String,Object> params) |
void |
delegate(long taskId,
String userId,
String targetEntityId) |
void |
release(long taskId,
String user) |
void |
start(long taskId,
String user) |
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.