1. RiotSummonerInfo Workitem Handler
Name Display Name Category Description Handler
RiotSummonerInfo RiotSummonerInfo riot-workitem mvel: new org.jbpm.process.workitem.riot.SummonerInfoWorkitemHandler("apiKey")

Parameters
Name Type Required
SummonerPlatform new StringDataType() false
SummonerName new StringDataType() true

Results
Name Type
SummonerInfo new StringDataType()

Maven Dependencies
Group Artifact Version
org.jbpm.contrib riot-workitem 7.74.1.Final

Authentication Information
Auth Required Params Params Description Reference Site
true apiKey
Riot Games api key
https://developer.riotgames.com/api-keys.html

2. RiotSummonerLastMatch Workitem Handler
Name Display Name Category Description Handler
RiotSummonerLastMatch RiotSummonerLastMatch riot-workitem mvel: new org.jbpm.process.workitem.riot.LastSummonerMatchWorkitemHandler("apiKey")

Parameters
Name Type Required
SummonerPlatform new StringDataType() false
SummonerName new StringDataType() true

Results
Name Type
LastMatch new StringDataType()

Maven Dependencies
Group Artifact Version
org.jbpm.contrib riot-workitem 7.74.1.Final

Authentication Information
Auth Required Params Params Description Reference Site
true apiKey
Riot Games api key
https://developer.riotgames.com/api-keys.html

3. RiotMatchInfo Workitem Handler
Name Display Name Category Description Handler
RiotMatchInfo RiotMatchInfo riot-workitem mvel: new org.jbpm.process.workitem.riot.MatchesInfoWorkitemHandler("apiKey")

Parameters
Name Type Required
SummonerPlatform new StringDataType() false
SummonerName new StringDataType() true
NumOfMatches new StringDataType() false

Results
Name Type
MatchesInfo new StringDataType()

Maven Dependencies
Group Artifact Version
org.jbpm.contrib riot-workitem 7.74.1.Final

Authentication Information
Auth Required Params Params Description Reference Site
true apiKey
Riot Games api key
https://developer.riotgames.com/api-keys.html