You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now, when I tried to upgarde to Kogito 10.0.0, my application started to fail at this line
var process = app.process(workflow);
With error
java.lang.IllegalStateException: Process could not be validated ![Process 'MyWorkflow' [MyWorkflow]: Node 'OnCallbackEvent' [58] Embedded subprocess does not have incoming connection....
at org.jbpm.ruleflow.core.RuleFlowProcessFactory.validate(RuleFlowProcessFactory.java:244)
at org.kie.kogito.serverless.workflow.parser.ServerlessWorkflowParser.parseProcess(ServerlessWorkflowParser.java:173)
at org.kie.kogito.serverless.workflow.parser.ServerlessWorkflowParser.getProcessInfo(ServerlessWorkflowParser.java:184)
at org.kie.kogito.serverless.workflow.executor.StaticWorkflowApplication.createProcess(StaticWorkflowApplication.java:330)
at org.kie.kogito.serverless.workflow.executor.StaticWorkflowApplication.process(StaticWorkflowApplication.java:283)
How can I skip this validation with embedded mode in Kogito 10.0.0?
Expected behavior
No failures with Kogito 10.0.0 because they work well in 1.44.0
Actual behavior
No response
How to Reproduce?
No response
Output of uname -a or ver
No response
Output of java -version
17
GraalVM version (if different from Java)
No response
Kogito version or git rev (or at least Quarkus version if you are using Kogito via Quarkus platform BOM)
10.0.0
Build tool (ie. output of mvnw --version or gradlew --version)
maven
Additional information
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
In Kogito's 1.44.0.Final, I have some custom events defined in workflow
These events are not start form the "start" point, but triggered through java code
Now, when I tried to upgarde to Kogito 10.0.0, my application started to fail at this line
With error
How can I skip this validation with embedded mode in Kogito 10.0.0?
Expected behavior
No failures with Kogito 10.0.0 because they work well in 1.44.0
Actual behavior
No response
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
17
GraalVM version (if different from Java)
No response
Kogito version or git rev (or at least Quarkus version if you are using Kogito via Quarkus platform BOM)
10.0.0
Build tool (ie. output of
mvnw --version
orgradlew --version
)maven
Additional information
No response
The text was updated successfully, but these errors were encountered: