Class 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 Detail

      • taskDefinitionKey

        protected String taskDefinitionKey
      • processDefinitionId

        protected String processDefinitionId
    • Constructor Detail

      • GetFormKeyCmd

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

        public GetFormKeyCmd​(String processDefinitionId,
                             String taskDefinitionKey)
        Retrieves a task form key.