feat: Update activation status references to 'aktivierungsstatus' for consistency across AI Knowledge sync utilities
This commit is contained in:
@@ -38,7 +38,7 @@ async def handler(input_data: None, ctx: FlowContext[Any]) -> None:
|
||||
where=[
|
||||
{
|
||||
'type': 'equals',
|
||||
'attribute': 'activationStatus',
|
||||
'attribute': 'aktivierungsstatus',
|
||||
'value': AIKnowledgeActivationStatus.ACTIVE.value
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user