We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As a SonataFlow developer I want to have an example I can try and use with kn workflow plugin CLI tool.
Goal is to provide a simple example that will be usable with kn workflow plugin; showcases the capabilities of the CLI and user can:
kn workflow
run
deploy
gen-manifest
Idea is to implement simple example that will query an endpoint if an input is provided.
The text was updated successfully, but these errors were encountered:
domhanak
No branches or pull requests
Description
As a SonataFlow developer I want to have an example I can try and use with kn workflow plugin CLI tool.
Goal is to provide a simple example that will be usable with
kn workflow
plugin; showcases the capabilities of the CLI and user can:run
command to run it locallydeploy
command to deploy it a cluster ( local or remote, does not matter, login is required )gen-manifest
to modify how it is deployed.Implementation ideas
Idea is to implement simple example that will query an endpoint if an input is provided.
The text was updated successfully, but these errors were encountered: