| Package | Description |
|---|---|
| org.flowable.cmmn.api | |
| org.flowable.cmmn.api.reactivation |
| Modifier and Type | Method and Description |
|---|---|
CaseReactivationBuilder |
CmmnHistoryService.createCaseReactivationBuilder(String caseInstanceId)
Creates a new case reactivation builder used to reactivate an archived / finished case with various options.
|
| Modifier and Type | Method and Description |
|---|---|
CaseReactivationBuilder |
CaseReactivationBuilder.transientVariable(String name,
Object value)
Adds a transient variable to the case before triggering the reactivation event which is available only during that first transaction.
|
CaseReactivationBuilder |
CaseReactivationBuilder.transientVariables(Map<String,Object> variables)
Adds a map of transient variables to the case before triggering the reactivation event which are available only during that first transaction.
|
CaseReactivationBuilder |
CaseReactivationBuilder.variable(String name,
Object value)
Adds a variable to be added to the case before triggering the reactivation event.
|
CaseReactivationBuilder |
CaseReactivationBuilder.variables(Map<String,Object> variables)
Adds the map of variables to the case before triggering the reactivation event.
|
Copyright © 2021 Flowable. All rights reserved.