Uploaded image for project: 'UGENE'
  1. UGENE
  2. UGENE-6475

Infinite loop when running a workflow with a custom element without input/output ports

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: cmdline_elements
    • Fix Version/s: 33
    • Component/s: Workflow
    • Labels:
    • Story Points:
      3
    • Sprint:
      DEV-33-6, DEV-33-7, DEV-33-8
    • Affect Type:
      Userdefined

      Description

      Create the following element:

      #@UGENE_WORKFLOW
      "java" {
          .inputs {
          }
          .outputs {
          }
          .attributes {
              -version {
                  name:"-version";
                  type:String;
                  default-value:-version;
              }
          }
          name:"java";
          use-integrated-tool:true;
          integrated-tool-id:"java";
          cmdline:"%JAVA_HOME% $-version";
      

      Add it to a new workflow and run the workflow.

        Attachments

          Activity

            People

            Assignee:
            atiunov Aleksey Tiunov [X] (Inactive)
            Reporter:
            ichebykin Igor Chebykin [X] (Inactive)
            Assigned Tester:
            Kirill Rasputin
            Watchers:
            2 Start watching this issue

              Dates

              Created:
              Updated:
              Resolved: