public abstract class AbstractProcessBuilder<B extends AbstractProcessBuilder<B>> extends AbstractCallableElementBuilder<B,Process>
SPACE
element, modelInstance, myself
Modifier | Constructor and Description |
---|---|
protected |
AbstractProcessBuilder(BpmnModelInstance modelInstance,
Process element,
Class<?> selfType) |
Modifier and Type | Method and Description |
---|---|
B |
camundaHistoryTimeToLive(Integer historyTimeToLive)
Sets the camunda history time to live.
|
B |
camundaJobPriority(String jobPriority) |
B |
camundaStartableInTasklist(Boolean isStartableInTasklist)
Set whenever the process is startable in Tasklist
|
B |
camundaTaskPriority(String taskPriority)
Set the camunda task priority attribute.
|
B |
camundaVersionTag(String versionTag)
Set to specify a version tag for the process definition.
|
B |
closed()
Sets this closed.
|
B |
executable()
Sets this executable.
|
B |
processType(ProcessType processType)
Sets the process type for this.
|
name
addExtensionElement, createBpmnEdge, createBpmnShape, createChild, createChild, createChild, createChild, createCompensateEventDefinition, createEdge, createEmptyErrorEventDefinition, createEmptyMessageEventDefinition, createErrorEventDefinition, createEscalationEventDefinition, createInstance, createInstance, createMessageEventDefinition, createSibling, createSibling, createSignalEventDefinition, findBpmnEdge, findBpmnPlane, findBpmnShape, findErrorDefinitionForCode, findErrorForNameAndCode, findEscalationForCode, findMessageForName, findSignalForName, getCreateSingleChild, getCreateSingleChild, getCreateSingleExtensionElement, id, resizeSubProcess, setCoordinates, setWaypoints, setWaypointsWithSourceAndTarget
done, getElement, subProcessDone, throwEventDefinitionDone, transactionDone
protected AbstractProcessBuilder(BpmnModelInstance modelInstance, Process element, Class<?> selfType)
public B processType(ProcessType processType)
processType
- the process type to setpublic B closed()
public B executable()
public B camundaTaskPriority(String taskPriority)
external
taskPriority
- the task priority which should used for the external taskspublic B camundaHistoryTimeToLive(Integer historyTimeToLive)
historyTimeToLive
- value for history time to live, must be either null or non-negative integer.public B camundaStartableInTasklist(Boolean isStartableInTasklist)
isStartableInTasklist
- default value is trueCopyright © 2022. All rights reserved.