Deepomatic Platform
  • Overview
  • Release notes
    • January 2025
    • November 21, 2024
    • October 17, 2024
    • September 19, 2024
    • July 18, 2024
    • June 27, 2024
    • May 23, 2024
    • April 18, 2024
    • March 21, 2024
    • February 22, 2024
    • January 18, 2024
    • December 13, 2023
    • October 26, 2023
    • July 20, 2023
    • June 29, 2023
    • May 29, 2023
    • April 27, 2023
    • March 30, 2023
    • February 17, 2023
    • January 19, 2023
    • December 22, 2022
    • November 18, 2022
    • October 19, 2022
    • September 19, 2022
    • July 27, 2022
    • June 26, 2022
    • May 17, 2022
    • April 13, 2022
    • March 17, 2022
    • February 10, 2022
    • December 21, 2021
    • October 26, 2021
  • Getting started
  • ADMIN & USER MANAGEMENT
    • Invite and manage users
      • Invite group of users at once
      • SSO
        • Azure Active Directory
  • Deepomatic Engage
    • Integrate applications
      • Deepomatic vocabulary
      • Deepomatic connectors
        • Set-up
        • Camera Connector
        • Work Order Connector
      • API integration
        • Authentication
        • Errors
        • API reference
          • Work order management
          • Analysis
            • Guide field workers
            • Perform an analysis
            • Correct an analysis
          • Data retrieval
          • Endpoints' list
      • Batch processing
        • Format
        • Naming conventions
        • Processing
        • Batch status & errors
      • Data export
    • Use the mobile application
      • Configure a mobile application
      • Create & visualize work orders
      • Complete work orders
      • Offline experience
    • Manage your business operations with customisable solutions
      • Roles
      • Alerting
      • Field services
        • Reviewing work orders
        • Exploring work orders
        • Grouping work orders
        • Monitoring assets performance
      • Insights
  • Security
    • Security
    • Data Protection
Powered by GitBook
On this page

Was this helpful?

  1. Deepomatic Drive
  2. Configuring Visual Automation Applications
  3. Assembling workflows
  4. Workflow examples

specs.yaml

version: 2
models:
  # Will be used by name in the task_group files
  - name: context_validator
    id: 53738
  - name: closing_read_items_detector
    id: 52434
  - name: closing_read_digit_detector
    id: 52706
  - name: closing_read_in_between_digit_classifier
    id: 52477
  - name: closing_read_seven_segment_ocr_detector
    id: 54395
  - name: opening_read_items_detector
    id: 54388
  - name: opening_read_meter_classifier
    id: 52642
  - name: pre_install_items_detection
    id: 51948
  - name: post_install_open_terminal_items_detector
    id: 52512
  - name: post_install_items_detector
    id: 54396
  - name: post_install_sticker_signature_classifier
    id: 52508

work_order_types:
  indoor:
    post_install_open_terminal:
      - post_install_open_terminal
      - post_install_open_terminal_orange_fuse_or_shroud
      - post_install_open_terminal_rare_cut_out
  outdoor:
    post_install_open_terminal:
      - post_install_open_terminal

task_groups:
  - name: post_install_open_terminal
    entries:
      - name: image_input
        type: image
    context_validation:
      name: post_install_open_terminal
      regions: true
    tasks:
      - name: post_install_open_terminal_orange_fuse_or_shroud
        type: bool
        regions: true
      - name: post_install_open_terminal_rare_cut_out
        type: bool
        
        
[...]

Was this helpful?