Uses of Interface
org.kie.api.fluent.WorkItemNodeBuilder
Packages that use WorkItemNodeBuilder
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 WorkItemNodeBuilder in org.kie.api.fluent
Methods in org.kie.api.fluent that return WorkItemNodeBuilderModifier and TypeMethodDescriptionWorkItemNodeBuilder.outMapping(String parameterName, String variableName) WorkItemNodeBuilder.waitForCompletion(boolean waitForCompletion) NodeContainerBuilder.workItemNode(long id) WorkItemNodeBuilder.workParameter(String name, Object value) WorkItemNodeBuilder.workParameterDefinition(String name, Class<?> type)