Package com.smartgwt.client.callbacks
Interface WorkflowBuilderResultCallback
public interface WorkflowBuilderResultCallback
-
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(WorkflowBuilderCoTResult result) Callback called with the result ofAI.buildWorkflowStep().
-
Method Details
-
execute
Callback called with the result ofAI.buildWorkflowStep().- Parameters:
result- The result.
-