- All Implemented Interfaces:
- org.kie.api.runtime.process.WorkItemHandler
@Wid(widfile="OktaGetApplications.wid",
name="OktaGetApplications",
displayName="OktaGetApplications",
defaultHandler="mvel: new org.jbpm.process.workitem.okta.GetApplicationsWorkitemHandler(\"apiToken\")",
documentation="okta-workitem/index.html",
category="okta-workitem",
icon="OktaGetApplications.png",
parameters=@WidParameter(name="AppIds"),
results=@WidResult(name="Applications",runtimeType="java.util.List"),
mavenDepends=@WidMavenDepends(group="org.jbpm.contrib",artifact="okta-workitem",version="7.38.0-SNAPSHOT"),
serviceInfo=@WidService(category="Okta",description="Interact with Okta management API",keywords="okta,auth,application,get",action=@WidAction(title="Get applications from Okta"),authinfo=@WidAuth(required=true,params="apiToken",paramsdescription="Okta api token",referencesite="https://developer.okta.com/")))
public class GetApplicationsWorkitemHandler
extends org.jbpm.process.workitem.core.AbstractLogOrThrowWorkItemHandler