Versions Compared

Key

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

The Spawn capability , which is sometimes referred to as Escalate, is a great way to spin off work between two processes or Modules. If process A may under some circumstances lead to process B needing to be triggered, either manually by a user, or as a side effect of another action, a request can be spawned in another module. Below, “process B” is the “Spawn to” module--that is where the new request is raised.

...