Actions
Architecture #7918
closedArchitecture #7915: Merge initial promises and system techniques
Create a system variable to tell if we are generating initial promises or not
Status:
Rejected
Priority:
N/A
Assignee:
Category:
System techniques
Target version:
Pull Request:
Effort required:
Name check:
Fix check:
Regression:
Description
Let's call it "OUTPUT_FORMAT" and give it a constant value "system" (in Rudder).
In the initial promises case, its value could be "initial".
StringTemplate doesn't support value comparison within if. So it would be better to have a boolean.
Lets' call it "INITIAL" that can be true or false.
Actions