Hi Wappler Team,
would it be possible to read the status of a NodeJS scheduled Server Action on the client side?
I would like to create a Dashboard where I can see the state/status of my scheduled Actions.
Hi Wappler Team,
would it be possible to read the status of a NodeJS scheduled Server Action on the client side?
I would like to create a Dashboard where I can see the state/status of my scheduled Actions.
No, that is not possible. You could use a database to store the status, for example create an update/insert action at the end of a scheduled action to store when it finished and perhaps some status code.
Thanks @patrick for the info.
Would a feature request make sense or is it technically not possible?