Name | Display Name | Category | Description | Handler |
---|---|---|---|---|
GithubForkRepository | GithubForkRepository | github-workitem | mvel: new org.jbpm.process.workitem.github.ForkRepositoryWorkitemHandler("userName", "password") |
Name | Type | Required |
---|---|---|
Organization | new StringDataType() | false |
RepoOwner | new StringDataType() | true |
RepoName | new StringDataType() | true |
Name | Type |
---|---|
ForkedRepoInfo | new StringDataType() |
Group | Artifact | Version |
---|---|---|
org.jbpm.contrib | github-workitem | 7.57.0-SNAPSHOT |
Auth Required | Params | Params Description | Reference Site |
---|---|---|---|
true |
userName password |
Github username Github password |
https://github.com/ |
Name | Display Name | Category | Description | Handler |
---|---|---|---|---|
GithubMergePullRequest | GithubMergePullRequest | github-workitem | mvel: new org.jbpm.process.workitem.github.MergePullRequestWorkitemHandler("userName", "password") |
Name | Type | Required |
---|---|---|
CommitMessage | new StringDataType() | false |
RepoOwner | new StringDataType() | true |
RepoName | new StringDataType() | true |
PullRequestNum | new StringDataType() | true |
Name | Type |
---|---|
IsMerged | new StringDataType() |
Group | Artifact | Version |
---|---|---|
org.jbpm.contrib | github-workitem | 7.57.0-SNAPSHOT |
Auth Required | Params | Params Description | Reference Site |
---|---|---|---|
true |
userName password |
Github username Github password |
https://github.com/ |
Name | Display Name | Category | Description | Handler |
---|---|---|---|---|
GithubCreateGist | GithubCreateGist | github-workitem | mvel: new org.jbpm.process.workitem.github.CreateGistWorkitemHandler("userName", "password") |
Name | Type | Required |
---|---|---|
Description | new StringDataType() | false |
Content | new StringDataType() | true |
IsPublic | new StringDataType() | false |
Name | Type |
---|---|
GistURL | new StringDataType() |
Group | Artifact | Version |
---|---|---|
org.jbpm.contrib | github-workitem | 7.57.0-SNAPSHOT |
Auth Required | Params | Params Description | Reference Site |
---|---|---|---|
true |
userName password |
Github username Github password |
https://github.com/ |
Name | Display Name | Category | Description | Handler |
---|---|---|---|---|
GithubListRepositories | GithubListRepositories | github-workitem | mvel: new org.jbpm.process.workitem.github.ListRepositoriesWorkitemHandler("userName", "password") |
Name | Type | Required |
---|---|---|
User | new StringDataType() | true |
Name | Type |
---|---|
RepoListInfo | new StringDataType() |
Group | Artifact | Version |
---|---|---|
org.jbpm.contrib | github-workitem | 7.57.0-SNAPSHOT |
Auth Required | Params | Params Description | Reference Site |
---|---|---|---|
true |
userName password |
Github username Github password |
https://github.com/ |
Name | Display Name | Category | Description | Handler |
---|---|---|---|---|
GithubFetchIssues | GithubFetchIssues | github-workitem | mvel: new org.jbpm.process.workitem.github.FetchIssuesWorkitemHandler("userName", "password") |
Name | Type | Required |
---|---|---|
IssuesState | new StringDataType() | false |
User | new StringDataType() | true |
RepoName | new StringDataType() | true |
Name | Type |
---|---|
IssuesList | new StringDataType() |
Group | Artifact | Version |
---|---|---|
org.jbpm.contrib | github-workitem | 7.57.0-SNAPSHOT |
Auth Required | Params | Params Description | Reference Site |
---|---|---|---|
true |
userName password |
Github username Github password |
https://github.com/ |