All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.JavaNodeDefinition.conf Maven / Gradle / Ivy

There is a newer version: 0.15
Show newest version
import org.drools.process.core.datatype.impl.type.StringDataType;
[
  // the Java Node work item
  [
    "name" : "JavaNode",
    "parameters" : [
      "class" : new StringDataType(),
      "method" : new StringDataType(),
    ],
    
    "displayName" : "Java Node",
  	"icon" : "icons/java.gif"
  ]

]




© 2015 - 2024 Weber Informatics LLC | Privacy Policy