
rib.execute-sql-workitem.7.59.0.Final.source-code.serviceinfo.json Maven / Gradle / Ivy
{
"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