| Package | Description |
|---|---|
| org.flowable.cmmn.api | |
| org.flowable.cmmn.api.runtime |
| Modifier and Type | Method and Description |
|---|---|
InjectedPlanItemInstanceBuilder |
DynamicCmmnService.createInjectedPlanItemInstanceBuilder()
Creates a new builder to dynamically create a new plan item and inject it into a running stage or case instance.
|
| Modifier and Type | Method and Description |
|---|---|
InjectedPlanItemInstanceBuilder |
InjectedPlanItemInstanceBuilder.caseDefinitionId(String caseDefinitionId)
The id of the case definition from which the referenced plan item model should be taken as the model for the new plan item to be created dynamically.
|
InjectedPlanItemInstanceBuilder |
InjectedPlanItemInstanceBuilder.elementId(String elementId)
The id of the referenced element within the case model to be used as the base line for the new dynamic plan item to be created.
|
InjectedPlanItemInstanceBuilder |
InjectedPlanItemInstanceBuilder.name(String name)
The explicit name for the new plan item to be created, if this is not set, the name of the referenced element is taken instead.
|
Copyright © 2022 Flowable. All rights reserved.