هذه الصفحة غير متوفرة حاليًا بلغتك المحلية. نحن نعمل جاهدين على إضافة المزيد من اللغات. شاكرين تفهمك ودعمك المستمر لنا.

Compute
Elastic Cloud Server
Huawei Cloud Flexus
Bare Metal Server
Auto Scaling
Image Management Service
Dedicated Host
FunctionGraph
Cloud Phone Host
Huawei Cloud EulerOS
Networking
Virtual Private Cloud
Elastic IP
Elastic Load Balance
NAT Gateway
Direct Connect
Virtual Private Network
VPC Endpoint
Cloud Connect
Enterprise Router
Enterprise Switch
Global Accelerator
Management & Governance
Cloud Eye
Identity and Access Management
Cloud Trace Service
Resource Formation Service
Tag Management Service
Log Tank Service
Config
OneAccess
Resource Access Manager
Simple Message Notification
Application Performance Management
Application Operations Management
Organizations
Optimization Advisor
IAM Identity Center
Cloud Operations Center
Resource Governance Center
Migration
Server Migration Service
Object Storage Migration Service
Cloud Data Migration
Migration Center
Cloud Ecosystem
KooGallery
Partner Center
User Support
My Account
Billing Center
Cost Center
Resource Center
Enterprise Management
Service Tickets
HUAWEI CLOUD (International) FAQs
ICP Filing
Support Plans
My Credentials
Customer Operation Capabilities
Partner Support Plans
Professional Services
Analytics
MapReduce Service
Data Lake Insight
CloudTable Service
Cloud Search Service
Data Lake Visualization
Data Ingestion Service
GaussDB(DWS)
DataArts Studio
Data Lake Factory
DataArts Lake Formation
IoT
IoT Device Access
Others
Product Pricing Details
System Permissions
Console Quick Start
Common FAQs
Instructions for Associating with a HUAWEI CLOUD Partner
Message Center
Security & Compliance
Security Technologies and Applications
Web Application Firewall
Host Security Service
Cloud Firewall
SecMaster
Anti-DDoS Service
Data Encryption Workshop
Database Security Service
Cloud Bastion Host
Data Security Center
Cloud Certificate Manager
Edge Security
Blockchain
Blockchain Service
Web3 Node Engine Service
Media Services
Media Processing Center
Video On Demand
Live
SparkRTC
MetaStudio
Storage
Object Storage Service
Elastic Volume Service
Cloud Backup and Recovery
Storage Disaster Recovery Service
Scalable File Service Turbo
Scalable File Service
Volume Backup Service
Cloud Server Backup Service
Data Express Service
Dedicated Distributed Storage Service
Containers
Cloud Container Engine
SoftWare Repository for Container
Application Service Mesh
Ubiquitous Cloud Native Service
Cloud Container Instance
Databases
Relational Database Service
Document Database Service
Data Admin Service
Data Replication Service
GeminiDB
GaussDB
Distributed Database Middleware
Database and Application Migration UGO
TaurusDB
Middleware
Distributed Cache Service
API Gateway
Distributed Message Service for Kafka
Distributed Message Service for RabbitMQ
Distributed Message Service for RocketMQ
Cloud Service Engine
Multi-Site High Availability Service
EventGrid
Dedicated Cloud
Dedicated Computing Cluster
Business Applications
Workspace
ROMA Connect
Message & SMS
Domain Name Service
Edge Data Center Management
Meeting
AI
Face Recognition Service
Graph Engine Service
Content Moderation
Image Recognition
Optical Character Recognition
ModelArts
ImageSearch
Conversational Bot Service
Speech Interaction Service
Huawei HiLens
Video Intelligent Analysis Service
Developer Tools
SDK Developer Guide
API Request Signing Guide
Terraform
Koo Command Line Interface
Content Delivery & Edge Computing
Content Delivery Network
Intelligent EdgeFabric
CloudPond
Intelligent EdgeCloud
Solutions
SAP Cloud
High Performance Computing
Developer Services
ServiceStage
CodeArts
CodeArts PerfTest
CodeArts Req
CodeArts Pipeline
CodeArts Build
CodeArts Deploy
CodeArts Artifact
CodeArts TestPlan
CodeArts Check
CodeArts Repo
Cloud Application Engine
MacroVerse aPaaS
KooMessage
KooPhone
KooDrive
On this page

Configuring a Flow Task Process

Updated on 2023-09-21 GMT+08:00

Overview

Flow tasks can be created on the console with ease, with the following functions provided:

  • A processor node can collect data from one data source to multiple destinations.
  • Tasks can be configured simply by dragging and dropping nodes.
  • Data conversion modes include the mapping mode and script mode. With JavaScript scripts, you can read data from the source, process the data, and then write the data to the destination.

Prerequisites

  • The source and destination data sources have been connected to ROMA Connect. For details, see Connecting to Data Sources.
  • ROMA Connect has the permission to write data to the destination.
  • If you need to configure data storage with abnormal synchronization, ensure that the OBS data source has been connected. For details, see Connecting to an OBS Data Source.

Procedure

  1. Log in to the ROMA Connect console. On the Instances page, click View Console next to a specific instance.
  2. In the navigation pane on the left, choose Fast Data Integration > Task Management. On the displayed page, click Create Flow Task.
  3. Add source nodes.
    1. Drag Integration Application under Basic Components on the left to the orchestration area.
    2. Click the Integration Application node for configuration. For details, see Table 1. After the configuration is complete, click OK.
      Table 1 Integration application parameters

      Parameter

      Description

      Instance

      Select the instance of the project.

      Application

      Select the application to which the instance belongs. If no application is available, click to create an integration application. For details, see Creating an Integration Application.

      NOTE:

      Click in the upper left corner of the dialog box to change the name of the integration application.

    3. In the Data Source area on the left, select a data source type, click , and drag a data source component to the integration application as a source node.
    4. Click the data source node and select the corresponding data source.

      If no data source is available, click Add to add one. For details, see Data Source Management.

  4. Add a destination node.
    1. Drag Integration Application under Basic Components on the left to the orchestration area.
    2. Add an integration application for the data source. For details, see 3.
  5. Add a processor node.
    1. Drag Task Scheduler under Processor on the left to the orchestration area. Task schedulers schedule data between data sources and set the task integration mode and execution period. The following table describes the parameters.
      Table 2 Task scheduler parameters

      Parameter

      Description

      Integration Mode

      Select Scheduled as the mode used for data integration.

      • Scheduled: A data integration task is executed according to the schedule to integrate data from the source to the destination.
      • Real-Time: The data integration task continuously detects updates to the data at the source and integrates updates to the destination in real time.

      The data integration mode varies depending on the data source. For details, see Table 1.

      Parse

      Specify whether to transparently transmit data, that is, pass data from the source to the destination without altering the data.

      • Yes
      • No

      QuartZ Cron Expression

      Specify whether to adopt Quartz cron expressions.

      Execution Time

      Start time of a task.

      Description

      Enter the description of the task scheduler.

    2. Configure the task scheduler. Choose whether to use Quartz cron expressions for configuration.
      • Using Quartz cron expressions

        The QuartZ Cron expression supports flexible schedules. For example, a task can be executed every 15 minutes from 01:00 a.m. to 04:00 a.m. every day based on the settings of the QuartZ Cron expression. Such a schedule cannot be implemented through simple GUI configuration, but using the QuartZ Cron expression.

        0 0/15 1-4 * * ?
        Figure 1 Quartz cron expression parameters
        Table 3 Quartz cron expression parameters

        Parameter

        Description

        QuartZ Cron Expression

        Select Yes.

        QuartZ Cron Expression

        Specify the QuartZ Cron expression for the schedule. Currently, ROMA Connect supports only minute-level schedules. The second in the expression is fixed to 0. For details, see Appendix: Quartz Cron Expression Configuration.

        For example, if a task needs to be executed every 15 minutes from 01:00 a.m. to 04:00 a.m. every day, the QuartZ Cron expression corresponding to the schedule is as follows:

        0 0/15 1-4 * * ?
      • Not using Quartz cron expressions
        Figure 2 GUI configuration
        Table 4 Simple GUI configuration

        Parameter

        Description

        QuartZ Cron Expression

        Select Do not use.

        Unit

        Set the unit of the task execution period. The value can be Minute, Hour, Day, Week, or Month.

        Period

        Set the task execution cycle. The value range varies depending on the value of Unit.

        For example, if Unit is set to Day and Period is set to 1, the data integration task is executed once a day. Ensure that the scheduling period is longer than the task execution period to prevent task failures.

    3. After the configuration is complete, click OK.
  6. Configure orchestration task connections.
    1. Connect the data source node at the source, task scheduler, and data source node at the destination in sequence.
      Figure 3 Connecting components
    2. Click the line between the source data node and task scheduler for configuration. For details, see Configuring Source Information. After the configuration is complete, click OK.
    3. Click the line between the task scheduler and destination node and configure line parameters. For details, see Configuring Destination Information. After the configuration is complete, click OK.
    4. Click in the upper right corner of the page and check whether there are incorrect configurations.
      • If yes, reconfigure the nodes.
      • If no, go to the next step.
  7. Click Save in the upper right corner of the page to save the orchestration task.

We use cookies to improve our site and your experience. By continuing to browse our site you accept our cookie policy. Find out more

Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback