diff --git a/ux/README.md b/ux/README.md index c817d9fb0da..b76a4986413 100644 --- a/ux/README.md +++ b/ux/README.md @@ -23,6 +23,7 @@ Access UX design resource and documentation for Syndesis. * ### [Integration Activity](designs/integrationactivity/integrationactivity.md) * ### [Describe Data](designs/describe-data/describe-data.md) * ### [Data Buckets](designs/data-buckets/data-buckets.md) +* ### [Log Step](designs/logstep/logstep.md) ## Create a Connection diff --git a/ux/designs/logstep/img/choosestep.png b/ux/designs/logstep/img/choosestep.png new file mode 100644 index 00000000000..9bfd49e142d Binary files /dev/null and b/ux/designs/logstep/img/choosestep.png differ diff --git a/ux/designs/logstep/img/configurestep.png b/ux/designs/logstep/img/configurestep.png new file mode 100644 index 00000000000..cc6daa67168 Binary files /dev/null and b/ux/designs/logstep/img/configurestep.png differ diff --git a/ux/designs/logstep/logstep.md b/ux/designs/logstep/logstep.md new file mode 100644 index 00000000000..dcae846b972 --- /dev/null +++ b/ux/designs/logstep/logstep.md @@ -0,0 +1,16 @@ +# Monitor: Log Step +This design covers the following workflows: + +- Adding a log step to an integration + + +## Log Step + +![Image of choosing connection](img/choosestep.png) + +1. Choose Log from list of step options + +![Image of choosing connection](img/configurestep.png) + +1. There are 3 types of entries you can add for each log step. Select the ones you want to include. +1. If selected "Custom Text" then must input content in input field. If you start inputing text into input field before selecting checkbox, then the "Custom text" field will automatically be selected.