step-assistants
Execução

Executar um assistente manualmente

Dispara um assistente sob demanda para um projeto, sem depender da movimentação de etapa.

Só vale para assistentes com gatilho manual ou com a execução manual habilitada; os demais respondem como não encontrado. O projeto precisa estar na etapa do assistente e ser visível para quem faz a chamada.

A execução é assíncrona: a resposta apenas confirma o enfileiramento, e o resultado aparece no projeto e no histórico de execuções alguns instantes depois. Um assistente inativo não executa nada e ainda assim responde com sucesso.

post/api/management/step-assistants/{step_assistant}/execute-manually

Request body

project_idstring uuid required

ID (UUID) do projeto sobre o qual o assistente será executado. Obrigatório. O projeto precisa estar na etapa do assistente.

Response

Enfileirado

responseboolean required

Sempre true quando a operação é concluída.

Changes

Changed in 4 of the 79 revisions of this API.39

  • 3c590152d5b534See the full diff
    • the request property became not nullable

      request-property-became-not-nullable

    • the request property became required

      request-property-became-required

    • the request property type changed from no type to string, and format from no format to uuid

      request-property-type-changed

    • the response property became required for the status

      response-property-became-required

    • the response property became required for the status

      response-property-became-required

    • the response property became required for the status

      response-property-became-required

    • the response property became required for the status

      response-property-became-required

    • api tag Execução added

      api-tag-added

    • api tag execute-manually removed

      api-tag-removed

    • added the media type application/json for the response with the status

      response-media-type-added

    • added the non-success response with the status

      response-non-success-status-added

    • added optional request body

      request-body-added-optional