Versions Compared

Key

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

...

Info
titleWhich scope should the action sequence's output be placed in?

In general, action sequences configured to run at global scope should place their output in global scope.
If the action sequence is configured to run at session scope, you need to decide if the output should be globally available (i.e. available to any user session), or available only to the current user session. If you want all user sessions to have access to the same output, place it the output in global scope, otherwise . However if the parameters in the output are specific to a particular user or group of users, place it in session scope.

...