Skip to content

jbpm business central custom task wok item handler : execute sql . 3 input and 1 result

Notifications You must be signed in to change notification settings

remzisahbaz/work-item-handler-execute-sql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

work-item-handler-execute-sql

jbpm business central custom task wok item handler : execute sql . 3 input and 1 result

 mvn archetype:generate  
  -DarchetypeGroupId=org.jbpm  
   -DarchetypeArtifactId=jbpm-workitems-archetype 
     -DarchetypeVersion=7.61.0.Final 
       -DgroupId=org.acme  
        -DartifactId=mywihexecutesql 
          -Dversion=7.61.0-SNAPSHOT  
            -DclassPrefix=MyWIHExecuteSql
`@Wid(widfile= "MyWIHExecuteSqlDefinitions.wid", name="MyWIHExecuteSqlDefinitions",
displayName="WIHExecuteSqlDefinitions",
defaultHandler="mvel: new org.acme.MyWIHExecuteSqlWorkItemHandler(\"dataSourceName\")",
documentation = "${artifactId}/index.html",
category = "${artifactId}",
icon = "MyWIHExecuteSqlDefinitions.png",
parameters = {
@WidParameter(name = "Param1", required = true),
@WidParameter(name = "Param2" ,required = true),
@WidParameter(name = "Param3", required = true)
},
results = {
@WidResult(name = "Result", runtimeType = "java.lang.Object")
},
mavenDepends = {
@WidMavenDepends(group = "${groupId}", artifact = "${artifactId}", version = "${version}")
},
serviceInfo = @WidService(category = "${name}", description = "${description}",
keywords = "database,fetch,sql,execute",
action = @WidAction(title = "Execute SQL statements"),
authinfo = @WidAuth(required = true, params = {"Data source JNDI"},
paramsdescription = {"Data source JNDI"},
referencesite = "https://github.com/remzisahbaz")
)
)`````

About

jbpm business central custom task wok item handler : execute sql . 3 input and 1 result

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages