Skip to content
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

[BUG] 1.3.0 branch The task running order in the process instance does not follow the topological order in the process definition #3058

Closed
hlzhu1983 opened this issue Jun 28, 2020 · 5 comments
Labels
bug Something isn't working FAQ
Milestone

Comments

@hlzhu1983
Copy link

  1. process definition
    1593309494(1)
  2. task instance order in database
    72423ea1aafbee8b832e4798046dff7
  3. task instance order in web ui
    image
    4.task instance order in process instance
    image

The task running order in the process instance does not follow the topological order in the process definition, Why?

@hlzhu1983 hlzhu1983 added the bug Something isn't working label Jun 28, 2020
@xingchun-chen
Copy link
Contributor

Please check the preTasks field value of the database table t_ds_process_definition.process_definition_json,If the preTasks are empty, it should be caused by not clearing the cache when creating the workflow definition. You can clear the browser cache and re-edit the workflow definition

@hlzhu1983
Copy link
Author

that's right!
thanks!

@break60
Copy link
Contributor

break60 commented Jun 28, 2020

Regarding the front-end cache, the front-end currently adds a version number when compiling, and it is still being tested. This problem will not occur in versions after 1.3.0.

@lenboo lenboo added this to the 1.3.1-release milestone Jun 30, 2020
@break60
Copy link
Contributor

break60 commented Jun 30, 2020

Related pr #3030#3419

@xingchun-chen
Copy link
Contributor

xingchun-chen commented Aug 12, 2020

  1. Enter the dag of the workflow instance, double-click the node to open the node settings, and directly click the workflow instance to exit
    1.进入工作流实例的dag页面,双击节点打开节点设置,点击工作流实例直接退出到工作流实例页面
    image
    image
  2. Enter the workflow definition page, create a workflow or edit the previously connected workflow, there is a problem with the connection
    2.点击工作流定义进入工作流定义页面,创建工作流或者编辑之前连线有问题的工作流,连线有问题
    image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working FAQ
Projects
None yet
Development

No branches or pull requests

5 participants