Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

DO_WHILE task is shown as a single box on new UI #2725

Closed
astelmashenko opened this issue Jan 27, 2022 · 5 comments
Closed

DO_WHILE task is shown as a single box on new UI #2725

astelmashenko opened this issue Jan 27, 2022 · 5 comments
Labels
type: bug bugs/ bug fixes UI User Interface bugs and issues

Comments

@astelmashenko
Copy link
Contributor

Describe the bug
Since new UI is out, it does not show DO_WHILE task list, it is just a single box. Before it was expanded and DO_WHILE task list was shown.

Details
Conductor version: 3.4.1
Workflow definition:

{
  "name": "WaitTest",
  "description": "",
  "ownerApp": "test",
  "ownerEmail": "test@test.io",
  "schemaVersion": 2,
  "version": 2,
  "tasks": [
{
      "name": "LoopTask",
      "taskReferenceName": "LoopTask0",
      "type": "DO_WHILE",
      "inputParameters": {
        "value": "Success"
      },
      "loopCondition": "if ( $.value == $.wait_test.response.body.result) { false; } else { true; }",
      "loopOver": [
        {
            "name": "wait_test",
            "taskReferenceName": "wait_test_ref",
            "type": "WAIT"
        }
      ]
    }
  ]
}

To Reproduce
Steps to reproduce the behavior:

  1. submit workflow definition
  2. observe workflow on new UI

Expected behavior
LoopTask shows it's internal task list

Screenshots
Screenshot from 2022-01-27 15-19-29

@astelmashenko astelmashenko added the type: bug bugs/ bug fixes label Jan 27, 2022
@manan164
Copy link
Contributor

Hi @astelmashenko , I see there is a fix for this. loop ui. Can you please check whether this is included in 3.4.1 or not?

@astelmashenko
Copy link
Contributor Author

@manan164 , nope, if you look at #1824 fix, it is for old UI, it is included into v2.29.0. Now there is new UI implementation without that fix, unfortunately.

@peterlau
Copy link
Collaborator

A implementation of the visualization of DO_WHILE is in the works. @boney9 can provide more details.

@peterlau peterlau added the UI User Interface bugs and issues label Jan 31, 2022
@jxu-nflx jxu-nflx assigned peterlau and unassigned peterlau Jan 31, 2022
@boney9
Copy link
Contributor

boney9 commented Feb 1, 2022

I'll submit a PR for this by this week. Thanks for pointing this out @peterlau

@aravindanr
Copy link
Collaborator

DO_WHILE task visualization is available in 3.8.1 and greater..

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: bug bugs/ bug fixes UI User Interface bugs and issues
Projects
None yet
Development

No branches or pull requests

5 participants