mistral-lib/mistral_lib/actions
Vadim Zelenevsky 737e09646f Headers propagation from an execution request to actions/notifications
Currently Mistal doesn`t support distribution tracing, which means
that there`s no way to propagate traceId/spanId from an execution to
related actions/notifications.
It leads us to an issue, because according to distribution tracing
principles "traceId" should remain the same during the discovery
process, which includes Mistral worflow execution.
Proposed solution is to keep some headers from execution request
and propagate them later to actions/notifications.
Regexp can be stored as env variable to define headers which
will be propagated.

Implements blueprint add-headers-propagation

Change-Id: Id8cc900a7d94286e79f1ece4dc4177383263f55c
2024-03-14 17:12:17 +03:00
..
providers Add main entities related to action providers 2020-09-03 17:16:50 +07:00
__init__.py Add main entities related to action providers 2020-09-03 17:16:50 +07:00
base.py Add more specific description to param_spec 2020-09-04 07:38:03 +02:00
context.py Headers propagation from an execution request to actions/notifications 2024-03-14 17:12:17 +03:00
types.py Add main entities related to action providers 2020-09-03 17:16:50 +07:00