-
Notifications
You must be signed in to change notification settings - Fork 185
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
kie-issues#1173: Retrieve workflow definitions from data index instead of openapi.json #2302
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@paulovmr Thank you for your PR.
I left 2 comments about kogitoServiceUrl
which should be needed to send the data to the workflow, but overall looks good.
...-logic-web-tools/src/runtimeTools/contexts/WebToolsWorkflowDefinitionListContextProvider.tsx
Show resolved
Hide resolved
@paulovmr do we still need to set up this field? |
@fantonangeli I think we'll need a similar improvement to the SonataFlow web app. WDYT? |
Yes, I agree |
hi @paulovmr ! Would it be possible to bring this to the |
hi @pefernan ! Sure, I'm doing some other changes in the web tools UI to wrap up this PR, but after I can send one with similar changes to the current ones for jbpm as well. |
…d of openapi.json
…d of openapi.json
…d of openapi.json
…d of openapi.json
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Left only one minor comment.
LGTM and tested locally. incubator-kie-tools/packages/sonataflow-deployment-webapp/src/pages/Workflows/Workflows.tsx Line 43 in e35af74
|
Co-authored-by: Guilherme Caponetto <[email protected]>
@fantonangeli Thanks, I've created apache/incubator-kie-issues#1276 to tackle the |
…d of openapi.json (apache#2302) Co-authored-by: Guilherme Caponetto <[email protected]>
* Add WorkflowDefinitions page * Add WorkflowForm page * add WorkflowInstances * Add WorkflowDetails * add TriggerCloudEvent * Apply PR: NO-ISSUE: Add url package everywhere stream-http is used apache#2301 * add MonitoringPage * Renamed pages * rm EmptyPage * Fix lint warnings * styles * Monitoring webapp configuration * Commit defaultEnvJson * Configured monitoring-webapp and HashRouter * Add sonataflow-realm.json * kie-issues#1173: Retrieve workflow definitions from data index instead of openapi.json (apache#2302) Co-authored-by: Guilherme Caponetto <[email protected]> * Aligned the code to pull apache#2302 * Removed use of sonataflowOpenApiBaseUrl * Fix merge errors --------- Co-authored-by: Paulo Martins <[email protected]> Co-authored-by: Guilherme Caponetto <[email protected]>
Closes: apache/incubator-kie-issues#1173