public class DeleteProcessInstanceBatchConfiguration extends BatchConfiguration
This object will be serialized and persisted as run will be performed asynchronously.
DeleteProcessInstanceBatchConfigurationJsonConverter| Modifier and Type | Field and Description |
|---|---|
protected String |
deleteReason |
protected boolean |
skipCustomListeners |
ids| Constructor and Description |
|---|
DeleteProcessInstanceBatchConfiguration(List<String> ids,
boolean skipCustomListeners) |
DeleteProcessInstanceBatchConfiguration(List<String> ids,
String deleteReason,
boolean skipCustomListeners) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeleteReason() |
boolean |
isSkipCustomListeners() |
void |
setDeleteReason(String deleteReason) |
getIds, setIdsCopyright © 2018. All rights reserved.