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