Hi,
Thanks a lot for your response Nick.
Just a workaround for "Single node execution".
Steps:
1. Drag and drop the needed nodes. Connect with wires. Do full configuration
2. Once we click on "Deploy"
In the backend, the json will be created.
<
2.1 we will create a backup for original json.
2.2 Then can we modify the json to have only the node to be executed(after validating the needed inputs)
2.3 Give the modified json to nodejs to execute
2.4 store the result of this single node execution separately ( temporarily )
2.5 Then show the results to user. With his acceptance we can add to the preserved original json
>
3. On clicking overall deploy, the preserved json(with modified results) is given to the nodejs to get executed
Need your valuable opinion on this. How much feasible is this?
what all efforts will be involved?
Regards
Athiappan