- All Implemented Interfaces:
- org.kie.api.runtime.process.WorkItemHandler
@Wid(widfile="GithubForkRepository.wid",name="GithubForkRepository",displayName="GithubForkRepository",defaultHandler="mvel: new org.jbpm.process.workitem.github.ForkRepositoryWorkitemHandler(\"userName\", \"password\")",documentation="github-workitem/index.html",category="github-workitem",icon="GithubForkRepository.png",parameters={@WidParameter(name="RepoOwner",required=true),@WidParameter(name="RepoName",required=true),@WidParameter(name="Organization")},results=@WidResult(name="ForkedRepoInfo",runtimeType="org.jbpm.process.workitem.github.RepositoryInfo"),mavenDepends=@WidMavenDepends(group="org.jbpm.contrib",artifact="github-workitem",version="7.20.0-SNAPSHOT"),serviceInfo=@WidService(category="Github",description="Create Gist or list your repositories in Github",keywords="github,repo,repository,fork",action=@WidAction(title="Fork a GitHub repository"),authinfo=@WidAuth(required=true,params={"userName","password"},paramsdescription={"Github username","Github password"},referencesite="https://github.com/")))
public class ForkRepositoryWorkitemHandler
extends org.jbpm.process.workitem.core.AbstractLogOrThrowWorkItemHandler