zoukankan      html  css  js  c++  java
  • Extending Conductor

    后端

    导体提供了可插拔的后端。目前的实现使用Dynomite。

    每个后端需要实现4个接口:

    //Store for workflow and task definitions
    com.netflix.conductor.dao.MetadataDAO
    
    //Store for workflow executions
    com.netflix.conductor.dao.ExecutionDAO
    
    //Index for workflow executions
    com.netflix.conductor.dao.IndexDAO
    
    //Queue provider for tasks
    com.netflix.conductor.dao.QueueDAO
    

    可以对这些中的每一个进行混合和匹配不同的实现。例如用于排队的SQS和其他人的关系存储。

    系统任务

    要创建系统任务,请按照以下步骤操作:

    • 延伸 com.netflix.conductor.core.execution.tasks.WorkflowSystemTask
    • 实例化新课程作为创业的一部分(渴望单身)
  • 相关阅读:
    shell test条件判断
    shell 变量
    shell 流程结构
    shell 正则表达式
    shell脚本常用参数
    snmp 简单的网络管理协议
    linux
    nmap
    git 基础操作
    linux 下 svn 更新代码
  • 原文地址:https://www.cnblogs.com/mhc-fly/p/7011550.html
Copyright © 2011-2022 走看看