Interface RunTaskCallback
public interface RunTaskCallback
-
Method Summary
Modifier and TypeMethodDescriptionvoidCalled whenProcess.runTask()has finished executing the specified task.
-
Method Details
-
execute
Called whenProcess.runTask()has finished executing the specified task.- Parameters:
task- The task instance that was executed.process- The owning process instance.outputs- Task outputs, if any (for CoTTask, this is the final$outputsJSON). May be null if the task does not produce outputs.
-