Executable workflow
Rights-aware Distribution
Gates territory, channel and active date window.
Successful run result
{
"input": {
"synthetic": true,
"allowed_territories": [
"WORLD"
],
"target_territory": "WORLD",
"allowed_channels": [
"web"
],
"target_channel": "web",
"starts_at": "2026-01-01",
"ends_at": "2027-01-01",
"delivery_date": "2026-09-06"
},
"result": {
"pass": true,
"issues": [],
"metrics": {}
}
}Rejected run result
{
"input": {
"synthetic": true,
"allowed_territories": [
"RU"
],
"target_territory": "US",
"allowed_channels": [
"internal"
],
"target_channel": "web",
"starts_at": "2026-01-01",
"ends_at": "2026-02-01",
"delivery_date": "2026-09-06"
},
"result": {
"pass": false,
"issues": [
"territory_not_allowed",
"channel_not_allowed",
"outside_rights_window"
],
"metrics": {}
}
}