Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
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.