fix: BUG-072 (workflow create_instance is_system_admin parameter removed)
This commit is contained in:
@@ -183,7 +183,6 @@ async def create_instance(
|
||||
workflow_id=workflow_id,
|
||||
context=body.context,
|
||||
timeout_hours=body.timeout_hours,
|
||||
is_system_admin=is_admin,
|
||||
)
|
||||
except PermissionError as e:
|
||||
raise HTTPException(status_code=403, detail=str(e)) from e
|
||||
|
||||
Reference in New Issue
Block a user