Skip to content

Conversation

satti-hari-krishna-reddy
Copy link
Contributor

This pull request introduces a new endpoint and supporting logic for simulating workflow executions, primarily to enable demo or test runs of workflows without triggering actual actions. The main addition is a handler that authenticates the request, retrieves the specified workflow, simulates its execution by traversing the workflow nodes, and returns a realistic demo execution result.

What's added:

New API Handler for Workflow Simulation

  • Added the HandleSimulateWorkflow HTTP handler, which authenticates the user, parses the workflow ID from the URL, retrieves the workflow, and returns a simulated execution result as JSON.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant