Create a workflow
Workflows
Things can go wrong with workflows, so we provide both sync logs and runtime logs to help you investigate the cause of issues.
When your code hits Kinde from a fresh commit in your repo, we check to make sure we’re able to run it. If these checks fail, this will show up in the sync logs.
When your code is running in a workflow, we monitor performance and activity as the workflow executes. If you discover or someone reports an issue with the workflow, runtime logs are likely to pick up any errors.
A successful log might look like this:
🚀 User tokens generation trigger fired🔍 Workflow found⚙️ JavaScript execution started…ℹ️ INF "logging from action" {"hello": "world"}🎉 Workflow completed in 1.1ms