Class ScriptTaskHandler

  • All Implemented Interfaces:
    io.automatiko.engine.workflow.compiler.xml.Handler

    public class ScriptTaskHandler
    extends AbstractNodeHandler
    • Constructor Detail

      • ScriptTaskHandler

        public ScriptTaskHandler()
    • Method Detail

      • registerSupportedScriptFormat

        public static void registerSupportedScriptFormat​(String language,
                                                         String dialect)
      • generateNodeFor

        public Class generateNodeFor()
      • readDataInputAssociation

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

        protected void readDataOutputAssociation​(Node xmlNode,
                                                 io.automatiko.engine.workflow.process.core.node.ActionNode actionNode,
                                                 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)