Schedulerx2.0 workflow support data transmission

1 Introduction

Schedulerx2.0 Ali middleware self-development of a new generation of distributed architecture based akka task scheduling platform that provides timed, task scheduling, distributed run batch functions, with high reliability, massive task, second-level scheduling capabilities.

Schedulerx2.0 provide a visual workflow task orchestration, the article will explain how to use the workflow schedulerx2.0 downstream data transmission tasks.

2. Introduction Interface

2.1 implementation and support of mission types

Currently only java task to support data transmission, grid computing using the MapReduce model for data transmission.

2.2 returns the results

/**
 *
 * @param status
 * @param result, the size should less than 1000 bytes
 * @throws Exception
 */
public ProcessResult(boolean stat

Guess you like

Origin yq.aliyun.com/articles/714250