Shutdown App
Causes the running process to exit
Description
Sends the SIGTERM signal to the running NodeJS process.
This can be used to shutdown a running service app. If the app is running on Kubernetes it will typically trigger a restart of the app.
Inputs
- shutdown (Control Flow): Sends the signal when triggered