This is an automated email from the ASF dual-hosted git repository.
dhanak pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git
The following commit(s) were added to refs/heads/main by this push:
new f774fc22948 kie-tools#3438: [sonataflow-deployment-webapp] SonataFlow
Deployment Webapp not able to start a workflow (#3439)
f774fc22948 is described below
commit f774fc229484155e23b7aa07107474eaa3eca8c3
Author: Fabrizio Antonangeli <[email protected]>
AuthorDate: Mon Feb 23 09:39:12 2026 +0100
kie-tools#3438: [sonataflow-deployment-webapp] SonataFlow Deployment Webapp
not able to start a workflow (#3439)
---
.../src/pages/Workflows/WorkflowFormPage.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/packages/sonataflow-deployment-webapp/src/pages/Workflows/WorkflowFormPage.tsx
b/packages/sonataflow-deployment-webapp/src/pages/Workflows/WorkflowFormPage.tsx
index 49320864f78..3fec3637c7b 100644
---
a/packages/sonataflow-deployment-webapp/src/pages/Workflows/WorkflowFormPage.tsx
+++
b/packages/sonataflow-deployment-webapp/src/pages/Workflows/WorkflowFormPage.tsx
@@ -172,7 +172,7 @@ export function WorkflowFormPage() {
if (
openApi.openApiPromise.status === PromiseStateStatus.RESOLVED &&
- !openApi.openApiData?.tags?.find((t) => t.name ===
workflowDefinition.workflowName)
+ !openApi.openApiData?.paths[`/${workflowDefinition.workflowName}/schema`]
) {
return (
<ErrorPage
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]