Package org.flowable.engine.impl.cmd
Class SetProcessInstanceBusinessKeyCmd
java.lang.Object
org.flowable.engine.impl.cmd.SetProcessInstanceBusinessKeyCmd
- All Implemented Interfaces:
Serializable
,Command<Void>
Command
that changes the business key of an existing process instance.- Author:
- Tijs Rademakers
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSetProcessInstanceBusinessKeyCmd
(String processInstanceId, String businessKey) -
Method Summary