File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 18181 . [ Apply]
19191 . Reload the page
2020
21- - You can run locally draw.io in the browser too. See details [ draw.io Wiki page] ( https://github.com/jgraph/draw.io/wiki/Building )
22-
2321## Example
24221 . Drag and drop a ** Start** on a diagram
25231 . Drag and drop a ** Task** on a diagram
5250## Feature
5351- You can put states that are not connected.
5452- You can use states that is normal shapes that draw.io provides.
53+ - You can run locally draw.io in the browser too. See details [ draw.io Wiki page] ( https://github.com/jgraph/draw.io/wiki/Building )
5554
5655## Useful TIPS
5756- Put a inputed AWSconfig into [ Scratchpad] .
Original file line number Diff line number Diff line change @@ -150,6 +150,9 @@ CatchEdge.prototype.expJSON = function (cell, cells) {
150150 ErrorEquals : errors ,
151151 Next : cells [ cell . target . id ] . getAttribute ( "label" )
152152 } ;
153+ if ( cell . getAttribute ( "result_path" ) )
154+ //@ts -ignore
155+ data . ResultPath = awssfUtils . adjustJsonPath ( cell . getAttribute ( "result_path" ) ) ;
153156 return data ;
154157 } else {
155158 return { } ;
You can’t perform that action at this time.
0 commit comments