-
Story
-
Resolution: Done
-
Major
-
None
-
False
-
None
-
False
Motivation
Developing a serverless workflow requires creating a Maven project (with KN CLI), designing the workflow, building the project, and creating an image that can be deployed. We want to offer a function of KN CLI which would do all the steps automatically from the single workflow definition.
Goal
Add the function of Workflow CLI plugin to run and deploy a workflow definition.
Scenarios
As a developer, I need to deploy a workflow definition without creating a Java project which I don’t know much about
Expected outcomes
KN CLI workflow plugin will have a new function to run/deploy serverless workflow from a single definition file.
- incorporates
-
KOGITO-7484 Knative CLI Workflow Plugin II ("Single File" Experience)
- Resolved