Files
sientia-dataops-orchestrato…/pipelines_sample.json
vitor-aignosi 9921fd1bcf SIENTIAPDE-1646
Merge branch 'main' into feature/SIENTIAPDE-1646
2026-07-21 08:06:45 -03:00

44 lines
1.1 KiB
JSON

{
"schedule_name": "scouter-test_linreg",
"workflow_type": "scouter",
"active": true,
"model_id": "1",
"frequency": "1m",
"offset": "0m",
"max_retry_policy": 1,
"execution_timeout_seconds": 300,
"task_timeout_seconds": 300,
"on_conflict": "error",
"debug_data_package": false,
"fill_missing_tags": false,
"filters": [
{ "filter_name": "OUT_OF_RANGE", "policy": "STOP" }
],
"read_tags": [
{
"server_id": "1",
"tag_name": "Counter",
"tag_address": "ns=2;s=GatewayProSYS.ProSYS.Simulation.Counter",
"aggr_func": "lts",
"data_range": [1, 30],
"frequency": 30000
},
{
"server_id": "1",
"tag_name": "Square",
"tag_address": "ns=2;s=GatewayProSYS.ProSYS.Simulation.Square",
"aggr_func": "lts",
"data_range": [-2, 2],
"frequency": 30000
},
{
"server_id": "1",
"tag_name": "Rollout",
"tag_address": "ns=2;s=GatewayProSYS.ProSYS.Simulation.Rollout",
"aggr_func": "lts",
"data_range": [-2, 2],
"frequency": 30000
}
]
}