Publishing
When your workflow is working as intended, you can make it available to others by publishing it. Every published workflow becomes both an API endpoint and an optional app interface.
Publishing a version
When you click the Publish button in the top right corner of your workflow canvas, you'll be asked to specify a few details about this publication.
Version type: Choose between:
Major version (2.0, 3.0) for significant changes
Minor version (1.1, 1.2) for smaller updates
Comment: Add a description of what changed in this version
Default version: Mark if this should be the default version users get
Learn more about version control →
After publishing
Once published, you'll see a confirmation screen with your workflow's API endpoint URL and code examples showing how to call your workflow in different programming languages. You'll also find options to use your workflow as an app interface if you've configured this.
Your workflow is now available as an API endpoint, being monitored for performance and tracked in usage logs. If you've set up app interfaces, these are now also live and ready to use.
All workflows are deployed to your organization's cloud region. For multi-region deployment options, contact sales@lleverage.ai.
Last updated