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

rib.execute-sql-workitem.7.59.0.Final.source-code.serviceinfo.json Maven / Gradle / Ivy

There is a newer version: 7.74.1.Final
Show newest version
{
        "name" : "ExecuteSQL",
        "displayName" : "ExecuteSQL",
        "defaultHandler" : "mvel: new org.jbpm.process.workitem.executesql.ExecuteSqlWorkItemHandler(\"dataSourceName\")",
        "documentation" : "execute-sql-workitem/index.html",
        "module" : "execute-sql-workitem",
        "icon" : "ExecuteSQL.png",
            "category" : "Execute SQL",
            "description" : "Execute SQL statements",
            "keywords" : [
                                "database"
                ,"fetch"
                ,"sql"
                ,"execute"

            ],
                "isaction" : "true",
                "actiontitle" : "Execute SQL statements",
            "requiresauth" : "true",
                "authparams" : [
                                           {
                                               "name" : "Data source JNDI"
                                           }

                ],
                "authreferencesite" : "",
            "parameters" : [
                                   {
                                       "name" : "MaxResults",
                                       "type" : "new StringDataType()"
                                   }
                ,{
                                       "name" : "ColumnSeparator",
                                       "type" : "new StringDataType()"
                                   }
                ,{
                                       "name" : "SQLStatement",
                                       "type" : "new StringDataType()"
                                   }

            ],
            "results" : [
                                   {
                                       "name" : "Result",
                                       "type" : "new StringDataType()"
                                   }

            ],
            "mavenDependencies" : [
                                   {
                                       "groupId" : "org.jbpm.contrib",
                                       "artifactId" : "execute-sql-workitem",
                                       "version" : "7.59.0.Final"
                                   }

            ]
}

,




© 2015 - 2025 Weber Informatics LLC | Privacy Policy