Skip to content
New issue

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

KOGITO-9995: E2E Expression.cy.ts test fails #2115

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"version": "0.1",
"specVersion": "0.8",
"start": "Expression state",
"dataInputSchema": "https://raw.githubusercontent.com/kiegroup/kogito-examples/1.36.0.Final/serverless-workflow-examples/serverless-workflow-expression-quarkus/src/main/resources/schema/expression.json",
"dataInputSchema": "https://raw.githubusercontent.com/apache/incubator-kie-kogito-examples/1.36.0.Final/serverless-workflow-examples/serverless-workflow-expression-quarkus/src/main/resources/schema/expression.json",
"functions": [
{
"name": "callBackFunc",
"operation": "https://raw.githubusercontent.com/kiegroup/kogito-examples/1.36.0.Final/serverless-workflow-examples/serverless-workflow-callback-events-over-http-quarkus/callback-workflow/src/main/resources/specs/callback.yaml",
"operation": "https://raw.githubusercontent.com/apache/incubator-kie-kogito-examples/1.36.0.Final/serverless-workflow-examples/serverless-workflow-callback-events-over-http-quarkus/callback-workflow/src/main/resources/specs/callback.yaml",
"type": "rest"
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ id: Expression test
version: "0.1"
specVersion: "0.8"
start: Expression state
dataInputSchema: "https://raw.githubusercontent.com/kiegroup/kogito-examples/1.36.0.Final/serverless-workflow-examples/serverless-workflow-expression-quarkus/src/main/resources/schema/expression.json"
dataInputSchema: "https://raw.githubusercontent.com/apache/incubator-kie-kogito-examples/1.36.0.Final/serverless-workflow-examples/serverless-workflow-expression-quarkus/src/main/resources/schema/expression.json"
functions:
- name: callBackFunc
operation: "https://raw.githubusercontent.com/kiegroup/kogito-examples/1.36.0.Final/serverless-workflow-examples/serverless-workflow-callback-events-over-http-quarkus/callback-workflow/src/main/resources/specs/callback.yaml"
operation: "https://raw.githubusercontent.com/apache/incubator-kie-kogito-examples/1.36.0.Final/serverless-workflow-examples/serverless-workflow-callback-events-over-http-quarkus/callback-workflow/src/main/resources/specs/callback.yaml"
type: rest
- name: testFunc
operation: any
Expand Down
Loading