From 12994a2d5000d55602b4438e5266310b81023809 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Han=C3=A1k?= Date: Wed, 7 Aug 2024 07:13:42 +0200 Subject: [PATCH] Update serverlessworkflow/modules/ROOT/pages/testing-and-troubleshooting/kn-plugin-workflow-overview.adoc Co-authored-by: Ricardo Zanini <1538000+ricardozanini@users.noreply.github.com> --- .../kn-plugin-workflow-overview.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serverlessworkflow/modules/ROOT/pages/testing-and-troubleshooting/kn-plugin-workflow-overview.adoc b/serverlessworkflow/modules/ROOT/pages/testing-and-troubleshooting/kn-plugin-workflow-overview.adoc index 3cec5b305..1c445e5af 100644 --- a/serverlessworkflow/modules/ROOT/pages/testing-and-troubleshooting/kn-plugin-workflow-overview.adoc +++ b/serverlessworkflow/modules/ROOT/pages/testing-and-troubleshooting/kn-plugin-workflow-overview.adoc @@ -71,7 +71,7 @@ kn-workflow Additionally, you can define the configurable parameters of your application in the "application.properties" file (inside the root project directory). - You can also store your spec files (i.e., Open API files) inside the "specs" folder, + You can also store your spec files (i.e., OpenAPI files) inside the "specs" folder, schemas file inside "schemas" folder and also subflows inside "subflows" folder. A SonataFlow project, as the following structure by default: