Navigation Menu

Skip to content

jesuino/parser-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parser Service Task

This is a jbpm 6 service task to parse XML/JSON to objects and the inverse.

import org.drools.core.process.core.datatype.impl.type.StringDataType;
import org.drools.core.process.core.datatype.impl.type.ObjectDataType;

 [
    "name" : "Parser",
    "parameters" : [
        "Format" : new StringDataType(),
        "Type" : new StringDataType(),
        "Input" : new ObjectDataType(),
    ],
    "results" : [
        "Result" : new ObjectDataType(),
    ],
    "displayName" : "Parser",
    "icon" : "parser_icon.png"
  ]

About

A parser work item handler for jbpm 6

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages