8000 process.js 问题修复 · Issue #37 · go-workflow/workflow-ui · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
process.js 问题修复 #37
Open
Open
@pigeon2049

Description

@pigeon2049

line 59->64
var item = {
nodeId: temp.nodeId,
name: temp.name,
type: temp.type,
properties: temp.properties
}

=>

add prevId: temp.prevId

var item = {
nodeId: temp.nodeId,
name: temp.name,
type: temp.type,
prevId: temp.prevId,
properties: temp.properties
}

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

      0