kinde.json
Workflows
The quickest way to see an end-to-end example is to follow this guide. It will help you set up your project and create your first workflow.
Sign in to your GitHub account and navigate to Kinde base workflow template. Click the green Use this template button and select “Create a new repository”.
This will create a new repository in your GitHub account with the base template code.
It contains a basic workflow that logs out “Hello, world!” when a user authenticates.
Sign in to your Kinde account and navigate to Settings > Git repo. Select Connect GitHub and follow the instructions to connect your GitHub account to Kinde.
When you select the repository you just created, Kinde will automatically sync the code and create a new workflow for you.
Navigate to Workflows in the Kinde admin area. You should see a new workflow called Workflow 1
. Select the workflow to see the details and deployments. Select on Runtime logs to view the logs for the workflow. This should currently be empty.
Assuming you have a Kinde application set up, you can test your workflow by signing in to your application. This will trigger the workflow and a new runtime log entry will be available to view. Click on the new log entry to see “Hello, world!“
You have successfully created your first Kinde workflow! You can now modify the workflow code to do whatever you like or add more workflows.