About workflows
Workflows
Workflows rely on your code being available to execute when the trigger event happens. When you update your code, you need to update the related workflow in Kinde.
Get the latest code from your repo so that it can be checked for deployment-readiness. The result of a sync will tell you if the code is ready.
Typically, you will make the latest code deployment live, so it is used in the workflow. But you can make any deployment live.
Status | Meaning |
---|---|
Live | The code version currently live and ready to use in a workflow |
Deployed | Code that you have committed in your repo and has been checked for validity in Kinde and is ready to run in the workflow. |
Failed | Code that you have committed in your repo and has been found not be valid to run in Kinde. |
Deactivated | Code that was live and has now been deactivated. It is possible for it to be made live again. |
Processing | You may occasionally see one of these. They indicate transitional states before a definitive status is achieved. |
Draft | New workflow without a live deployment. |