You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Description

Process Participant Plugins are used to provide custom selection of users to workflow participants.

Abstract Classes

org.joget.workflow.model.DefaultParticipantPlugin

// Variables
private Map<String, Object> properties;

// Abstract and Interface Methods
public String getName();

public String getDescription();

public String getVersion();

public String getLabel();

public String getClassName();

public String getPropertyOptions();

public Collection<String> getActivityAssignments(Map props);

// Available Methods
public Map<String, Object> getProperties();

public void setProperties(Map<String, Object> properties);

public Object getProperty(String property);

public String getPropertyString(String property);

public void setProperty(String property, Object value);

Sample Plugin

Coming soon.

Related Community Plugin

  • No labels