Class ManualTaskHandler
java.lang.Object
io.automatiko.engine.workflow.compiler.xml.BaseAbstractHandler
io.automatiko.engine.workflow.bpmn2.xml.AbstractNodeHandler
io.automatiko.engine.workflow.bpmn2.xml.TaskHandler
io.automatiko.engine.workflow.bpmn2.xml.ManualTaskHandler
- All Implemented Interfaces:
io.automatiko.engine.workflow.compiler.xml.Handler
-
Field Summary
Fields inherited from class io.automatiko.engine.workflow.bpmn2.xml.AbstractNodeHandler
dataInputs, dataInputTypes, dataOutputs, dataOutputTypes, EOL, EVENT_TYPE, INPUT_TYPES, inputAssociation, logger, OUTPUT_TYPES, outputAssociationFields inherited from class io.automatiko.engine.workflow.compiler.xml.BaseAbstractHandler
allowNesting, validParents, validPeers -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected io.automatiko.engine.workflow.process.core.NodecreateNode(Attributes attrs) protected StringgetTaskName(Element element) voidwriteNode(io.automatiko.engine.workflow.process.core.Node node, StringBuilder xmlDump, boolean includeMeta) Methods inherited from class io.automatiko.engine.workflow.bpmn2.xml.TaskHandler
adjustNodeConfiguration, end, handleForEachNode, handleNode, readDataInputAssociation, readDataOutputAssociation, readIoSpecification, writeNodeMethods inherited from class io.automatiko.engine.workflow.bpmn2.xml.AbstractNodeHandler
checkSignalAndConvertToRealSignalNam, containsExtensionElements, endNode, endNode, extractScript, findSignalByName, findVariable, getDataType, getErrorIdForErrorCode, getMetaData, handleScript, handleThrowCompensationEventNode, initValidParents, initValidPeers, readDataInputAssociation, readDataOutputAssociation, readIoSpecification, readMultiInstanceLoopCharacteristics, retrieveDataType, start, writeExtensionElements, writeMetaData, writeNode, writeScript, writeScripts, writeVariableNameMethods inherited from class io.automatiko.engine.workflow.compiler.xml.BaseAbstractHandler
allowNesting, emptyAttributeCheck, emptyContentCheck, getValidParents, getValidPeersMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.automatiko.engine.workflow.compiler.xml.Handler
allowNesting, getValidParents, getValidPeers
-
Constructor Details
-
ManualTaskHandler
public ManualTaskHandler()
-
-
Method Details
-
createNode
- Overrides:
createNodein classTaskHandler
-
generateNodeFor
- Specified by:
generateNodeForin interfaceio.automatiko.engine.workflow.compiler.xml.Handler- Overrides:
generateNodeForin classTaskHandler
-
getTaskName
- Overrides:
getTaskNamein classTaskHandler
-
writeNode
public void writeNode(io.automatiko.engine.workflow.process.core.Node node, StringBuilder xmlDump, boolean includeMeta)
-