Annoying sequence won't stop appearing

Scenario:

User drops second activity into lets say “if:then” window, sequence will be automagically created wrapping around this two activities. Once one of the activities will be moved or removed the sequence will still be wrapping the one that is left. It may be ok until this point, since we might want this sequence to be still there around one activity. However when trying to drag and drop the remaining activity outside the sequence, there will be another sequence created, wrapping around the activity we dragged and the sequence that is leftover. This is quite annoying behaviour.

Steps to reproduce:

  1. Create sequence
  2. Drop “if” into it
  3. Drop “write line” into “then” container
  4. Drop “beak” into “then” container
    – sequence will wrap the two above –
  5. Remove “break”
  6. Drag and drop “write line” outside sequence into “then” container

Current Behavior:

– sequence wrapping “write line” and “sequence” will appear

Expected Behavior:

Preferably sequence wrapping one activity while being inside some other container should be atomatically removed or when counting number of activities that you want to wrap automatically with sequence you should not count an empty sequence when there is only one other activity and delete the empty sequence.

Studio/Robot/Orchestrator Version:

2016.2.6274
Last stable behavior: n/a
Last stable version: n/a
OS Version: Win 10 Enterprise 64-bit
Others if Relevant: (workflow, logs, .net version, service pack, etc):

Hi,