public class SetProcessInstanceAssigneeCmd extends AbstractProcessInstanceIdentityLinkCmd implements Command<Void>, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
assigneeUserId |
protected String |
processInstanceId |
| Constructor and Description |
|---|
SetProcessInstanceAssigneeCmd(String processInstanceId,
String assigneeUserId) |
| Modifier and Type | Method and Description |
|---|---|
Void |
execute(CommandContext commandContext) |
createIdentityLinkType, getProcessInstanceEntity, removeIdentityLinkTypeprotected final String processInstanceId
protected final String assigneeUserId
public Void execute(CommandContext commandContext)
Copyright © 2022 Flowable. All rights reserved.