Job Development Process

The job development function provides the following capabilities:
Before developing a job, you can learn about the basic job development process.
Figure 1 Job development process
  1. Create a job: Currently, two job types are available: batch and real-time, which are used for batch data processing and real-time connection data processing, respectively. Batch jobs support pipeline and single-node modes. For details, see Creating a Job.
  2. Develop the job: Develop the created job. You can orchestrate and configure nodes. For details, see Developing a Pipeline Job.
  3. Schedule the job: Configure job scheduling tasks. For details, see Setting Up Scheduling for a Job.
  4. Submit a version and unlock the script: After performing this step, the job can be scheduled and modified by other developers. For details, see Submitting a Version.
  5. (Optional) Manage the job: After the job development is complete, you can manage the job as required. For details, see (Optional) Managing Jobs.
  6. Release the job. This step is required in enterprise mode. For details, see Releasing a Job Task.