public static interface ResumingRuntimeManager.AutomaticResumer
| Modifier and Type | Method and Description |
|---|---|
void |
resumeActivity(EBPInstanceReference ebpInstanceReference,
long delay)
Notifies the service that can automatically resume an activity that the
designated activity should be resumed after the designated time period
(in milliseconds).
|
void resumeActivity(EBPInstanceReference ebpInstanceReference, long delay)
ebpInstanceReference - The reference to the activity which allows to
identify the corresponding worklist item.delay - The time period after which the designated activity is to be
resumed in milliseconds.