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

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

The newest version!
// We use MVEL to return a List of work definitions
// The properties of the work definitions are specified as a Map
// The allowed properties are name, parameters, displayName, icon and customEditor
// The returned result should thus be of type List>
import org.drools.process.core.datatype.impl.type.StringDataType;

[

  [
    "name" : "Shipping",
    "parameters" : [
    	"orderId" : new StringDataType(),
    ],
    "results" : [
    	"trackerId" : new StringDataType(),
    ],
    "displayName" : "Shipping",
    "icon" : "icons/shipping.GIF",
    "customEditor" : "org.drools.eclipse.flow.common.editor.editpart.work.SampleCustomEditor"
  ]
  
]




© 2015 - 2025 Weber Informatics LLC | Privacy Policy