public interface UpdateJobSuspensionStateBuilder
Modifier and Type | Method and Description |
---|---|
void |
activate()
Activates the provided jobs.
|
void |
suspend()
Suspends the provided jobs.
|
void activate()
AuthorizationException
- if the user has no Permissions.UPDATE
permission on
Resources.PROCESS_INSTANCE
or no
Permissions.UPDATE_INSTANCE
permission on
Resources.PROCESS_DEFINITION
.void suspend()
AuthorizationException
- if the user has no Permissions.UPDATE
permission on
Resources.PROCESS_INSTANCE
or no
Permissions.UPDATE_INSTANCE
permission on
Resources.PROCESS_DEFINITION
.Copyright © 2022. All rights reserved.