11-26-2015 01:52 AM
public static final String ASSIGNEE = "assignee";
public static final String CANDIDATE = "candidate";
public static final String OWNER = "owner";
public static final String STARTER = "starter";
public static final String PARTICIPANT = "participant";
task.setAssignee("abc")
or task.setOwner("abc")
, both are considered as
getProcessInstance().involveUser(owner, IdentityLinkType.PARTICIPANT);
11-30-2015 02:55 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.