- All Implemented Interfaces:
- org.kie.api.runtime.process.WorkItemHandler
@Wid(widfile="GetPastebin.wid",
name="GetPastebin",
displayName="GetPastebin",
defaultHandler="mvel: new org.jbpm.process.workitem.pastebin.GetExistingPastebinWorkitemHandler(\"develKey\")",
documentation="pastebin-workitem/index.html",
category="pastebin-workitem",
icon="GetPastebin.png",
parameters=@WidParameter(name="PastebinKey",required=true),
results=@WidResult(name="PasteContent"),
mavenDepends=@WidMavenDepends(group="org.jbpm.contrib",artifact="pastebin-workitem",version="7.54.0.Final"),
serviceInfo=@WidService(category="Pastebin",description="Create new or get existing pastes from Pastebin",keywords="paste,pastebin,get,existing",action=@WidAction(title="Get an existing Pastebin"),authinfo=@WidAuth(required=true,params="develKey",paramsdescription="Pastebin developer key",referencesite="https://pastebin.com/api.php")))
public class GetExistingPastebinWorkitemHandler
extends org.jbpm.process.workitem.core.AbstractLogOrThrowWorkItemHandler