@Wid(widfile="ExecDefinitions.wid",name="Exec",displayName="Exec",defaultHandler="mvel: new org.jbpm.process.workitem.exec.ExecWorkItemHandler()",documentation="exec-workitem/index.html",parameters={@WidParameter(name="Command",required=true),@WidParameter(name="Arguments")},results=@WidResult(name="Output"),mavenDepends=@WidMavenDepends(group="org.jbpm.contrib",artifact="exec-workitem",version="7.15.0.Final"),serviceInfo=@WidService(category="Exec",description="Execute a command",keywords="execute,comand",action=@WidAction(title="Execute a command")))
public class ExecWorkItemHandler
extends org.jbpm.process.workitem.core.AbstractLogOrThrowWorkItemHandler
| Constructor and Description |
|---|
ExecWorkItemHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
abortWorkItem(org.kie.api.runtime.process.WorkItem workItem,
org.kie.api.runtime.process.WorkItemManager manager) |
void |
executeWorkItem(org.kie.api.runtime.process.WorkItem workItem,
org.kie.api.runtime.process.WorkItemManager manager) |
String |
getParsedCommandStr() |
public static final String RESULT
public void executeWorkItem(org.kie.api.runtime.process.WorkItem workItem,
org.kie.api.runtime.process.WorkItemManager manager)
public void abortWorkItem(org.kie.api.runtime.process.WorkItem workItem,
org.kie.api.runtime.process.WorkItemManager manager)
public String getParsedCommandStr()
Copyright © 2001–2018 jBPM dev team. All rights reserved.