conductor icon indicating copy to clipboard operation
conductor copied to clipboard

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

Open JCHacking opened this issue 5 months ago • 2 comments

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": "[email protected]",
  "timeoutPolicy": "ALERT_ONLY",
  "timeoutSeconds": 0,
  "variables": {},
  "inputTemplate": {},
  "enforceSchema": true,
  "metadata": {}
}

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

JCHacking avatar Jul 24 '25 07:07 JCHacking

taskReferenceName": "start",

durancanfield170-oss avatar Aug 15 '25 09:08 durancanfield170-oss

It seems to be a problem with orkes-workflow-visualizer, but I can't find the code for this library.

JCHacking avatar Aug 15 '25 16:08 JCHacking