Translations:NPM module - izara-middleware/78/en: Difference between revisions

From Izara Wiki
Jump to navigation Jump to search
(Importing a new version from external source)
 
(No difference)

Latest revision as of 04:33, 4 October 2022

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (NPM module - izara-middleware)
* Is a list of all calling services (and Lambdas?) up to this point, from the first entry point that triggered the workflow
* Gets passed on and added to automatically in middleware and helper/client code
* Handle as an array, might need to stringify when saving as a correlation id
* If workflow passes back to calling services we do not pop/remove from this list, just keep adding
* Maybe can remove from Dynamo __context__ field, but if we ever use Dynamo Streams will probably want to keep it
  • Is a list of all calling services (and Lambdas?) up to this point, from the first entry point that triggered the workflow
  • Gets passed on and added to automatically in middleware and helper/client code
  • Handle as an array, might need to stringify when saving as a correlation id
  • If workflow passes back to calling services we do not pop/remove from this list, just keep adding
  • Maybe can remove from Dynamo __context__ field, but if we ever use Dynamo Streams will probably want to keep it