Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

service-logic is used to uniquely identify a graph. Double left click on this node and a dialog window will appear.

Image RemovedImage Added

For module fill in TUTORIAL in all caps. For version simply put down 1 and then click Ok. Now double click on the method node.

By deffault it will have rpc='', click between the single quotes and type in helloWorld like in the screen shot below then click Ok.

Image RemovedImage Added

Your First Graph

...

Connect dgstart to service-logic, service-logic to method, and method to record. Your screen should look similar to the screenshot below.

Image RemovedImage Added

Double click on the record node. By default the node will just have the tag <record>. Highlight and delete this tag. Copy the below XML onto your clipboard and then paste it into your node then click ok.

...

Double left click on the second record node, using the editor change field1 from "Hello World!" to "Goodbye". Click save, then upload and activate this graph.

Image RemovedImage Added

Submit the same REST request and tail the debug log.

...