org.jbpm.task.commands
Class FailTaskCommand<Void>
java.lang.Object
org.jbpm.task.commands.TaskCommand
org.jbpm.task.commands.FailTaskCommand<Void>
- All Implemented Interfaces:
- Serializable, org.drools.command.impl.GenericCommand, Command
public class FailTaskCommand<Void>
- extends TaskCommand
Operation.Fail : [ new OperationCommand().{ status = [ Status.InProgress ],
allowed = [ Allowed.Owner ], newStatus = Status.Failed } ],
- See Also:
- Serialized Form
Method Summary |
Void |
execute(org.kie.command.Context cntxt)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FailTaskCommand
public FailTaskCommand(long taskId,
String userId,
Map<String,Object> data)
execute
public Void execute(org.kie.command.Context cntxt)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.