Overview
By default, Rill Flow provides a limited number of dispatchers, triggers and executors, such as http/https nodes, allowing users to fill in the target address and several parameters necessary for task distribution to achieve the distribution and execution of the task.
These deliverables may not fully meet your needs by default, when you need to implement your own dispatcher type, such as you need more communication protocols such as gRPC, thrift etc. Or pass more configuration parameters associated with the task nodes to achieve more flexible task node.
Rill Flow is also extensible for more practical application scenarios. Users can develop plugins easily for their customized tasks.