Is there a way to view processing status?

When a node that is processing a lot of records is running you just see the circle circling:

image

Would it be possible to send information back like how many nodes have been processed so far?
Or perhaps even send the outputted rows as they are generated so you can start to see results right away instead of waiting for it to complete?

Is there any way to view the log of the currently running workflow on the client? Or if not, on the server?

Hi @napter,

for testing you can use only the first row with “options > execute once”:
grafik

For production: The user call a webhook and would like to see how many URLs have already been accessed, you can change the process to make it visible and log it in a database (?) with “SplitInBatches” node (Batch Size: 1 or more …)

1 Like