@Deprecated public class HumanInteractionTask extends Object implements ExecutableTask
ErrorException on start.
The purpose of this implementation is to provide
a Java class for older LSPS models which import
older human module containing HumanInteraction task.
Otherwise the model cannot be uploaded (check
detects a missing class).ExecutableTask.Result| Constructor and Description |
|---|
HumanInteractionTask()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ExecutableTask.Result |
processInput(TaskContext context,
Object input)
Deprecated.
The method for processing the model instance input.
|
ExecutableTask.Result |
start(TaskContext context)
Deprecated.
An initial method that is called when the task execution starts.
|
void |
terminate(TaskContext context,
TerminationReason reason)
Deprecated.
Called when this task is to be terminated.
|
public ExecutableTask.Result start(TaskContext context) throws ErrorException
ExecutableTaskstart in interface ExecutableTasknullErrorException - the BPMN errorpublic ExecutableTask.Result processInput(TaskContext context, Object input)
ExecutableTask
This method is invoked when a previous call to either
start method or
processInput method returned
WAITING_FOR_INPUT and a new input is to
be process by the model instance.
processInput in interface ExecutableTasknullpublic void terminate(TaskContext context, TerminationReason reason)
ExecutableTaskterminate in interface ExecutableTaskErrorExceptionCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.