public class ResolveTaskCmd extends NeedsActiveTaskCmd<Void>
Modifier and Type | Field and Description |
---|---|
protected Map<String,Object> |
transientVariables |
protected Map<String,Object> |
variables |
taskId
Constructor and Description |
---|
ResolveTaskCmd(String taskId,
Map<String,Object> variables) |
ResolveTaskCmd(String taskId,
Map<String,Object> variables,
Map<String,Object> transientVariables) |
Modifier and Type | Method and Description |
---|---|
protected Void |
execute(CommandContext commandContext,
TaskEntity task)
Subclasses must implement in this method their normal command logic.
|
protected String |
getSuspendedTaskException()
Subclasses can override this method to provide a customized exception message that will be thrown when the task is suspended.
|
execute
protected Void execute(CommandContext commandContext, TaskEntity task)
NeedsActiveTaskCmd
execute
in class NeedsActiveTaskCmd<Void>
protected String getSuspendedTaskException()
NeedsActiveTaskCmd
getSuspendedTaskException
in class NeedsActiveTaskCmd<Void>
Copyright © 2016 Flowable. All rights reserved.