Skip to content

Commit 7bde6fb

Browse files
committed
v0.5.0 ready
1 parent 650283f commit 7bde6fb

File tree

3 files changed

+8
-46
lines changed

3 files changed

+8
-46
lines changed

.vscode/launch.json

Lines changed: 0 additions & 39 deletions
This file was deleted.

.vscode/settings.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# AWS Step Functions Workflow Designer
22

33
## About this
4-
- You can make a AWS step functions workflow with GUI on the browser and export JSON.
5-
- [v0.4.0-] You can import workflow definition JSON/YAML and update it with GUI.
4+
- You can create an AWS step functions workflow with GUI on the browser.
5+
- You can import/export a workflow definition with JSON/YAML.
66

77
This is a AWS Step Functions plugin for [draw.io](https://github.com/jgraph/draw.io).
88

@@ -14,13 +14,12 @@
1414
1. Select Save Option (ex. Decide Later...)
1515
1. Select Menu [Extras]-[Plugins]
1616
1. Click [Add]
17-
1. Input https://cdn.jsdelivr.net/gh/sakazuki/step-functions-draw.io@0.4.3/aws-step-functions.js
17+
1. Input https://cdn.jsdelivr.net/gh/sakazuki/step-functions-draw.io@0.5.0/dist/aws-step-functions.js
1818
1. [Apply]
1919
1. Reload the page
2020

2121
- You can run locally draw.io in the browser too. See details [draw.io Wiki page](https://github.com/jgraph/draw.io/wiki/Building)
2222

23-
2423
## Example
2524
1. Drag and drop a **Start** on a diagram
2625
1. Drag and drop a **Task** on a diagram
@@ -69,3 +68,8 @@
6968
1. Input https://cdn.jsdelivr.net/gh/sakazuki/step-functions-draw.io@0.4.3/aws-step-functions.js
7069
1. [Apply]
7170
1. Reload the page (Right click on a header part, and select reload menu.)
71+
72+
## Version history
73+
- https://cdn.jsdelivr.net/gh/sakazuki/step-functions-draw.io@0.5.0/dist/aws-step-functions.js
74+
- https://cdn.jsdelivr.net/gh/sakazuki/step-functions-draw.io@0.4.3/aws-step-functions.js
75+
- https://cdn.jsdelivr.net/gh/sakazuki/step-functions-draw.io@0.3.1/aws-step-functions.js

0 commit comments

Comments
 (0)