diff --git a/README.md b/README.md index 4be3b2d..7114c25 100644 --- a/README.md +++ b/README.md @@ -19,11 +19,13 @@ This extension will allow you to drag BPMN Data Input and Data Output elements o ```xml - - + + ... ``` +![Screenshot](docs/io.png) + Using these data input and outputs will allow you to create processes designed to be used as Call Activities. SpiffWorkflow (in a soon-to-be released version) will pick up this information, and enforce it. So that you must provide these input variables to execute, and only the variables mentioned in the output will be passed back to the calling process. ## Usage diff --git a/docs/io.png b/docs/io.png new file mode 100644 index 0000000..19022bb Binary files /dev/null and b/docs/io.png differ