Skip to content

Instantly share code, notes, and snippets.

Created January 3, 2013 09:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/4442224 to your computer and use it in GitHub Desktop.
Save anonymous/4442224 to your computer and use it in GitHub Desktop.
first cut:
<instance id=1 href=http://localhost/conductor/instances/1>
<name>FooBar</name>
<state>
<value>STOPPED</value>
<description>The state in which the server is running</description>
</state>
</instance>
extended if it turns out that simpler version is not sufficient:
<instance id=1 href=http://localhost/conductor/instances/1>
<name>FooBar</name>
<state_machine id=1 href=http://localhost/conductor/state_machines/1>
<state id=1 href=http://localhost/conductor/state_machines/1/states/1>
<value>STOPPED</value>
<description>The state in which the server is running</description>
<transitions></transitions>
</state>
</instance>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment