All Downloads are FREE. Search and download functionalities are using the official Maven repository.

plugin.wf.oob.module.hybrid.w.todo.json Maven / Gradle / Ivy

The newest version!
{
    "name": "todo",
    "daoCls": "cn.vertxup.workflow.domain.tables.daos.WTodoDao",
    "field": {
        "unique": [
            [
                "code",
                "sigma"
            ]
        ]
    },
    "connect": {
        "targetIndent": "w.ticket",
        "target": {
            "w.ticket": {
                "keyJoin": "key"
            }
        },
        "source": {
            "keyJoin": "traceId",
            "synonym": {
                "name": "taskName",
                "code": "taskCode",
                "key": "taskId"
            }
        }
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy