Uses of Interface
de.aristaflow.adept2.model.execution.LightWeightProcessInstance
-
Packages that use LightWeightProcessInstance Package Description de.aristaflow.adept2.model.execution de.aristaflow.adept2.model.worklistmodel -
-
Uses of LightWeightProcessInstance in de.aristaflow.adept2.model.execution
Methods in de.aristaflow.adept2.model.execution that return LightWeightProcessInstance Modifier and Type Method Description LightWeightProcessInstance
ExecutionFactory. createLightWeightProcessInstance(UUID templateId, String processTypeName, String processTemplateVersion, String processTemplateName, String processInstanceName, String name, String description, UUID iconId, ExecutionControlProperties executionControlProperties, Configuration configuration, Set<ProcessModelParameter> inputParameters, Set<ProcessModelParameter> outputParameters, ParameterDataContext dataContext, String groupName, String groupExecutionContext, PluginDataContainer pluginData, Map<String,String> userAttributes, boolean fork, boolean isEmbedded)
Create a LightWeightProcessInstance object. -
Uses of LightWeightProcessInstance in de.aristaflow.adept2.model.worklistmodel
Constructors in de.aristaflow.adept2.model.worklistmodel with parameters of type LightWeightProcessInstance Constructor Description LWPActivityReference(EBPInstanceReference ebpInstanceReference, LightWeightProcessInstance lwpInstance, Map<String,String> userAttributes)
Creates a new activity reference object for ADEPT2-LWPs based on the designated EBP-Instance-Reference.
-