GOTO Element

Stops current block execution and continues with read flow of selected block.

When to use?

When you want to exit the current block and go to another block in the service and read it.

How to use:

  1. Select a Block from the drop-down list of available blocks
  2. Select Wait for next if you want to finish executing the current flow before going to the next state. On the next request, the read phase of the new state will be skipped and the request will immediately go through the process phase. If Wait for next is left false, the state will change immediately.