Skip to content

Commit

Permalink
Merge pull request #20 from alibaba/stateful
Browse files Browse the repository at this point in the history
修复一个写bug
  • Loading branch information
voff12 committed Jun 30, 2021
2 parents 074ff59 + d7ed2ee commit eafa975
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ protected void enrichNodeAttr(SubBpmNode node, XMLStreamWriter xsw) throws Excep
writeAttribute(xsw, "type", node.getType());
writeAttribute(xsw, "waitForCompletion", String.valueOf(node.isWaitForCompletion()));
writeAttribute(xsw, "waitForTrigger", String.valueOf(node.isWaitForTrigger()));
writeAttribute(xsw, "tag", String.valueOf(node.getTag()));

}

Expand Down

0 comments on commit eafa975

Please sign in to comment.