[{TableOfContents}]

!!GraphViz
{{{
[{GraphViz title='DotFilter2' filter='dot' imap='true'

node [shape=box];

$(nodeAttributes)

g--d
a--b--c
d--e--CamelString
b--e--"String with white spaces works"

}]
}}}

[{GraphViz title='DotFilter2' filter='dot' imap='true'

node [shape=box];

$(nodeAttributes)

g--a
a--b--c
d--e--CamelString
b--e--"Strings with white space work"

}]


[{GraphViz title='DotFilter3' filter='dot' imap='true'

node [shape=box];

$(nodeAttributes)

g--a
a--b--c
d--e--CamelString
b--e--"Ghosts In the Strings"

}]
!!Sequence
The syntax is documented [here|http://www.zanthan.com/itymbi/archives/001504.html#001504].
Here is an example.
{{{
[{SequencePlugin title='Sequence'

Excel.getData -> data {
  AMO.plugin  -> data {
    <<SOAP>>.remoteCall  -> data {
      AP.call  -> data {
        Tomcat.call  -> data {
          Axis.call  -> data {
            IpsWebService.call  -> data {
              IpsServer.getData  -> data {
                <<IOM>>.remoteCall -> data {
                  SAS.dataset -> data;
                }
              }
            }
          }
        }
      }
    }
  }
}

}]
}}}


[{Sequence title='Sequence'

Excel.getData -> data {
  AMO.plugin  -> data {
    <<SOAP>>.remoteCall  -> data {
      AP.call  -> data {
        Tomcat.call  -> data {
          Axis.call  -> data {
            IpsWebService.call  -> data {
              IpsServer.getData  -> data {
                <<IOM>>.remoteCall -> data {
                  SAS.dataset -> data;
                }
              }
            }
          }
        }
      }
    }
  }
}

}]