Package org.flowable.engine.impl.cmd
Class GetStartFormModelCmd
- java.lang.Object
-
- org.flowable.engine.impl.cmd.GetStartFormModelCmd
-
- All Implemented Interfaces:
Serializable,Command<FormInfo>
public class GetStartFormModelCmd extends Object implements Command<FormInfo>, Serializable
- Author:
- Tijs Rademakers
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringprocessDefinitionIdprotected StringprocessInstanceId
-
Constructor Summary
Constructors Constructor Description GetStartFormModelCmd(String processDefinitionId, String processInstanceId)
-
-
-
Method Detail
-
execute
public FormInfo execute(CommandContext commandContext)
-
-