Interface UpdateProcessDefinitionSuspensionStateSelectBuilder

    • Method Detail

      • byProcessDefinitionId

        UpdateProcessDefinitionSuspensionStateBuilder byProcessDefinitionId​(java.lang.String processDefinitionId)
        Selects the process definition with the given id.
        Parameters:
        processDefinitionId - id of the process definition
        Returns:
        the builder
      • byProcessDefinitionKey

        UpdateProcessDefinitionSuspensionStateTenantBuilder byProcessDefinitionKey​(java.lang.String processDefinitionKey)
        Selects the process definitions with the given key.
        Parameters:
        processDefinitionKey - key of the process definition
        Returns:
        the builder