-
Sub-task
-
Resolution: Fixed
-
L3 - Default
-
None
-
Not defined
Context:
As a first step to enable external variable ingestion, we need to add an endpoint which users can send external variable data to.
Later, this variable data needs to be stored in a new external variable index from which we will then import the variable data to the relevant process instances, but to keep the PRs smaller this will follow in the next ticket. To ensure that we can associate variable updates with the correct process instances, the variable data must include processInstanceId and processDefinitionKey.
AT:
- New variable ingestion endpoint is added to Optimize
- new endpoint uses variable ingestion accessToken added to the config with
OPT-5498