Class TaskHandler

    • Constructor Detail

      • TaskHandler

        public TaskHandler()
    • Method Detail

      • generateNodeFor

        public Class<?> generateNodeFor()
      • getTaskName

        protected String getTaskName​(Element element)
      • readDataInputAssociation

        protected void readDataInputAssociation​(Node xmlNode,
                                                io.automatiko.engine.workflow.process.core.node.WorkItemNode workItemNode,
                                                Map<String,​String> dataInputs)
      • readDataOutputAssociation

        protected void readDataOutputAssociation​(Node xmlNode,
                                                 io.automatiko.engine.workflow.process.core.node.WorkItemNode workItemNode,
                                                 Map<String,​String> dataOutputs)
      • adjustNodeConfiguration

        protected void adjustNodeConfiguration​(io.automatiko.engine.workflow.process.core.Node orignalNode,
                                               io.automatiko.engine.workflow.process.core.node.ForEachNode forEachNode)
      • handleForEachNode

        protected void handleForEachNode​(io.automatiko.engine.workflow.process.core.Node node,
                                         Element element,
                                         String uri,
                                         String localName,
                                         io.automatiko.engine.workflow.compiler.xml.ExtensibleXmlParser parser)