Uses of Interface
org.kie.api.fluent.HumanTaskNodeBuilder
Packages that use HumanTaskNodeBuilder
Package
Description
Process Fluent API allows programmer to build an in memory representation of a bpmn file.
This information can later be used to build a KIE resource and execute the process .
This information can later be used to build a KIE resource and execute the process .
-
Uses of HumanTaskNodeBuilder in org.kie.api.fluent
Methods in org.kie.api.fluent that return HumanTaskNodeBuilderModifier and TypeMethodDescriptionNodeContainerBuilder.humanTaskNode(long id) HumanTaskNodeBuilder.outMapping(String parameterName, String variableName) HumanTaskNodeBuilder.skippable(boolean skippable) HumanTaskNodeBuilder.waitForCompletion(boolean waitForCompletion) HumanTaskNodeBuilder.workParameter(String name, Object value)