- All Implemented Interfaces:
- org.kie.api.runtime.process.WorkItemHandler
@Wid(widfile="ClassifyImageDefinitions.wid",
name="IBMWatsonClassifyImage",
displayName="IBMWatsonClassifyImage",
defaultHandler="mvel: new org.jbpm.process.workitem.ibm.watson.ClassifyImageWorkitemHandler()",
documentation="ibm-watson-workitem/index.html",
parameters=@WidParameter(name="ImageToClassify",required=true),
results=@WidResult(name="Classification"),
mavenDepends=@WidMavenDepends(group="org.jbpm.contrib",artifact="ibm-watson-workitem",version="7.13.0.Final"),
serviceInfo=@WidService(category="IBM Watson",description="Classify image and detect faces in image via IBM Watson",keywords="ibm,watson,image,classify",action=@WidAction(title="Classify an image using IBM Watson")))
public class ClassifyImageWorkitemHandler
extends org.jbpm.process.workitem.core.AbstractLogOrThrowWorkItemHandler