[ [ "name" : "GithubForkRepository", "displayName" : "GithubForkRepository", "category" : "github-workitem", "description" : "", "defaultHandler" : "mvel: new org.jbpm.process.workitem.github.ForkRepositoryWorkitemHandler(\"userName\", \"password\")", "documentation" : "github-workitem/index.html", "parameters" : [ "Organization" : new StringDataType() ,"RepoOwner" : new StringDataType() ,"RepoName" : new StringDataType() ], "results" : [ "ForkedRepoInfo" : new StringDataType() ], "mavenDependencies" : [ "org.jbpm.contrib:github-workitem:7.74.1.Final" ], "icon" : "GithubForkRepository.png" ] ,[ "name" : "GithubMergePullRequest", "displayName" : "GithubMergePullRequest", "category" : "github-workitem", "description" : "", "defaultHandler" : "mvel: new org.jbpm.process.workitem.github.MergePullRequestWorkitemHandler(\"userName\", \"password\")", "documentation" : "github-workitem/index.html", "parameters" : [ "CommitMessage" : new StringDataType() ,"RepoOwner" : new StringDataType() ,"RepoName" : new StringDataType() ,"PullRequestNum" : new StringDataType() ], "results" : [ "IsMerged" : new StringDataType() ], "mavenDependencies" : [ "org.jbpm.contrib:github-workitem:7.74.1.Final" ], "icon" : "GithubMergePullRequest.png" ] ,[ "name" : "GithubCreateGist", "displayName" : "GithubCreateGist", "category" : "github-workitem", "description" : "", "defaultHandler" : "mvel: new org.jbpm.process.workitem.github.CreateGistWorkitemHandler(\"userName\", \"password\")", "documentation" : "github-workitem/index.html", "parameters" : [ "Description" : new StringDataType() ,"Content" : new StringDataType() ,"IsPublic" : new StringDataType() ], "results" : [ "GistURL" : new StringDataType() ], "mavenDependencies" : [ "org.jbpm.contrib:github-workitem:7.74.1.Final" ], "icon" : "GithubCreateGist.png" ] ,[ "name" : "GithubListRepositories", "displayName" : "GithubListRepositories", "category" : "github-workitem", "description" : "", "defaultHandler" : "mvel: new org.jbpm.process.workitem.github.ListRepositoriesWorkitemHandler(\"userName\", \"password\")", "documentation" : "github-workitem/index.html", "parameters" : [ "User" : new StringDataType() ], "results" : [ "RepoListInfo" : new StringDataType() ], "mavenDependencies" : [ "org.jbpm.contrib:github-workitem:7.74.1.Final" ], "icon" : "GithubListRepositories.png" ] ,[ "name" : "GithubFetchIssues", "displayName" : "GithubFetchIssues", "category" : "github-workitem", "description" : "", "defaultHandler" : "mvel: new org.jbpm.process.workitem.github.FetchIssuesWorkitemHandler(\"userName\", \"password\")", "documentation" : "github-workitem/index.html", "parameters" : [ "IssuesState" : new StringDataType() ,"User" : new StringDataType() ,"RepoName" : new StringDataType() ], "results" : [ "IssuesList" : new StringDataType() ], "mavenDependencies" : [ "org.jbpm.contrib:github-workitem:7.74.1.Final" ], "icon" : "GithubFetchIssues.png" ] ]