Skip to content

UI: Tasks with taskReferenceName start cause the workflow to look strange when painted. #558

@JCHacking

Description

@JCHacking

Describe the bug

Tasks with taskReferenceName start cause the workflow to look strange when painted:

{
  "createTime": 1753342205564,
  "updateTime": 0,
  "name": "test",
  "description": "test",
  "version": 1,
  "tasks": [
    {
      "name": "start",
      "taskReferenceName": "start",
      "inputParameters": {},
      "type": "SIMPLE",
      "decisionCases": {},
      "defaultCase": [],
      "forkTasks": [],
      "startDelay": 0,
      "joinOn": [],
      "optional": false,
      "defaultExclusiveJoinTask": [],
      "asyncComplete": false,
      "loopOver": [],
      "onStateChange": {},
      "permissive": false
    }
  ],
  "inputParameters": [],
  "outputParameters": {},
  "schemaVersion": 2,
  "restartable": true,
  "workflowStatusListenerEnabled": false,
  "ownerEmail": "example@email.com",
  "timeoutPolicy": "ALERT_ONLY",
  "timeoutSeconds": 0,
  "variables": {},
  "inputTemplate": {},
  "enforceSchema": true,
  "metadata": {}
}

This can be seen both in the definition and in its execution:
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions