Class GetFormKeyCmd

java.lang.Object
org.camunda.bpm.engine.impl.cmd.GetFormKeyCmd
All Implemented Interfaces:
Command<String>

public class GetFormKeyCmd extends Object implements Command<String>
Command for retrieving start or task form keys.
Author:
Falko Menge (camunda)
  • Field Details

    • taskDefinitionKey

      protected String taskDefinitionKey
    • processDefinitionId

      protected String processDefinitionId
  • Constructor Details

    • GetFormKeyCmd

      public GetFormKeyCmd(String processDefinitionId)
      Retrieves a start form key.
    • GetFormKeyCmd

      public GetFormKeyCmd(String processDefinitionId, String taskDefinitionKey)
      Retrieves a task form key.
  • Method Details