{
    "name": "Проверка рабочего времени ОРП",
    "description": "Самостоятельный процесс Routena, импортированный из Sensei.",
    "source": {
        "system": "sensei",
        "process_id": "56684",
        "entry_node_id": "1853051",
        "sensei_version_id": "313825"
    },
    "start": "sensei_1853052",
    "nodes": {
        "sensei_1853052": {
            "type": "multicondition",
            "config": {
                "branches": [
                    {
                        "code": "branch_0",
                        "name": "Рабочий интервал",
                        "next": "sensei_1853053",
                        "otherwise": false,
                        "conditions": [
                            [
                                {
                                    "operator": "between",
                                    "left": {
                                        "source": "current_minute_of_day"
                                    },
                                    "right": {
                                        "source": "literal",
                                        "value": {
                                            "min": 600,
                                            "max": 1139
                                        }
                                    }
                                }
                            ]
                        ]
                    },
                    {
                        "code": "branch_1",
                        "name": "Вечер",
                        "next": "sensei_1853055",
                        "otherwise": false,
                        "conditions": [
                            [
                                {
                                    "operator": "between",
                                    "left": {
                                        "source": "current_minute_of_day"
                                    },
                                    "right": {
                                        "source": "literal",
                                        "value": {
                                            "min": 1140,
                                            "max": 1439
                                        }
                                    }
                                }
                            ]
                        ]
                    },
                    {
                        "code": "branch_2",
                        "name": "Иначе",
                        "next": "sensei_1853057",
                        "otherwise": true
                    }
                ]
            }
        },
        "sensei_1853057": {
            "type": "field",
            "config": {
                "fields": [
                    {
                        "field_name": "Дата и время задачи",
                        "value": {
                            "source": "today",
                            "add_seconds": 36000
                        }
                    }
                ],
                "local_parameters": [],
                "status_update": null
            },
            "next": "sensei_1853056"
        },
        "sensei_1853056": {
            "type": "end",
            "config": {
                "result_code": "sensei_result_2ca3d8f43108",
                "result_name": "Задача поставлена на рабочее время"
            }
        },
        "sensei_1853055": {
            "type": "field",
            "config": {
                "fields": [
                    {
                        "field_name": "Дата и время задачи",
                        "value": {
                            "source": "today",
                            "add_seconds": 124200
                        }
                    }
                ],
                "local_parameters": [],
                "status_update": null
            },
            "next": "sensei_1853056"
        },
        "sensei_1853053": {
            "type": "field",
            "config": {
                "fields": [
                    {
                        "field_name": "Дата и время задачи",
                        "value": {
                            "source": "now",
                            "add_seconds": 180
                        }
                    }
                ],
                "local_parameters": [],
                "status_update": null
            },
            "next": "sensei_1853054"
        },
        "sensei_1853054": {
            "type": "end",
            "config": {
                "result_code": "sensei_result_18835a32e9b0",
                "result_name": "Рабочий день, время ок"
            }
        }
    },
    "process_key": "orp_working_hours"
}
