Interface UpdateProcessInstanceSuspensionStateSelectBuilder

    • Method Detail

      • byProcessInstanceId

        UpdateProcessInstanceSuspensionStateBuilder byProcessInstanceId​(java.lang.String processInstanceId)
        Selects the process instance with the given id.
        Parameters:
        processInstanceId - id of the process instance
        Returns:
        the builder
      • byProcessDefinitionId

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

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