Uses of Class
org.camunda.bpm.engine.impl.bpmn.behavior.ScriptTaskActivityBehavior
-
Packages that use ScriptTaskActivityBehavior Package Description org.camunda.bpm.engine.impl.bpmn.parser -
-
Uses of ScriptTaskActivityBehavior in org.camunda.bpm.engine.impl.bpmn.parser
Methods in org.camunda.bpm.engine.impl.bpmn.parser that return ScriptTaskActivityBehavior Modifier and Type Method Description protected ScriptTaskActivityBehavior
BpmnParse. parseScriptTaskElement(Element scriptTaskElement)
Returns aScriptTaskActivityBehavior
for the script task element corresponding to the script source or resource specified.
-