Package | Description |
---|---|
org.jbpm.services.api.admin |
Modifier and Type | Method and Description |
---|---|
void |
ProcessInstanceAdminService.cancelNodeInstance(long processInstanceId,
long nodeInstanceId)
Cancels node instance with given id within given process instance.
|
void |
ProcessInstanceAdminService.retriggerNodeInstance(long processInstanceId,
long nodeInstanceId)
Retriggers (which includes cancel) node instance given with node instance id within process instance.
|
void |
ProcessInstanceAdminService.updateTimer(long processInstanceId,
long timerId,
long delay,
long period,
int repeatLimit)
Updates active timer identified by timer id with delay that is given in seconds.
|
void |
ProcessInstanceAdminService.updateTimerRelative(long processInstanceId,
long timerId,
long delay,
long period,
int repeatLimit)
Updates active timer identified by timer id with delay that is given in seconds and is relative to current time.
|
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.