Joget DX Available for Download
Check out Joget DX, the next generation successor to Joget Workflow for faster, simpler digital transformation.
Used to provide custom selection of users to workflow assignment in Process Participant Mapping.
A useable Process Participant plugin must extends org.joget.workflow.model.DefaultParticipantPlugin abstract class
Under wflow-wfengine module
Extended org.joget.plugin.base.ExtDefaultPlugin. Please refer to Plugin Base Abstract Class and Interface.
Implemented org.joget.plugin.property.model.PropertyEditable. Please refer to Plugin Base Abstract Class and Interface.
A base abstract class to develop a Process Participant plugin.
java.util.Collection<java.lang.String> getActivityAssignments(java.util.Map props)
Gets usernames for the assignment.
A org.joget.workflow.model.WorkflowActivity object is passed as "workflowActivity" property.
Please refer to Plugin Properties Options for more information.