chore: generator description

This commit is contained in:
karishmas6
2024-06-07 23:26:57 +05:30
parent 27b4cf9474
commit 71c5f3922b

View File

@@ -31,6 +31,13 @@ interface MetaData {
params: string[],
}
/**
* Workflow generator is used to transform the user's interactions into an automatically
* generated correct workflows, using the ability of internal state persistence and
* heuristic generative algorithms.
* This class also takes care of the selector generation.
* @category WorkflowManagement
*/
export class WorkflowGenerator {
private socket : Socket;