Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Erro ao tentar iniciar fluxo para power automate totalmente fechado #11

Closed
gabrielbdornas opened this issue May 22, 2024 · 2 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@gabrielbdornas
Copy link
Contributor

gabrielbdornas commented May 22, 2024

Erro percebido após contato Carlos subcom/scatc pedindo ajuda para iniciar fluxos Automate Desktop.

App não está clicando no item Meus fluxos, o que limita utilização apenas para aplicativos já abertos na máquina. Testes iniciais mostraram que seria necessário, após abrir aplicativo rodar:

# Clica Meus fluxos
	flow_line = dlg_spec.child_window(
										title="Meus fluxos",
										control_type="TabItem",
										).wrapper_object()
	flow_line.click_input()
@github-project-automation github-project-automation bot moved this to ✍ Backlog in planner May 22, 2024
@gabrielbdornas gabrielbdornas moved this from ✍ Backlog to 😅 [WIP] In Progress in planner May 22, 2024
@gabrielbdornas gabrielbdornas added the bug Something isn't working label May 22, 2024
gabrielbdornas added a commit that referenced this issue May 22, 2024
@gabrielbdornas
Copy link
Contributor Author

gabrielbdornas commented May 22, 2024

Teste bem sucedido após publicação da versão v0.3.

Necessário:

  • Aumentar timeout para abertura da ferramenta:

def run_power_automate_flow(flow):
power_automate_exe_path = 'PAD.Console.Host.exe'
app = Application(backend="uia").start(power_automate_exe_path).connect(
title='Power Automate',
timeout=100,
)

  • Informar que deverá ser desmarcada opção "Ao fechar, manter aplicativo em execução".

gabrielbdornas added a commit that referenced this issue May 22, 2024
gabrielbdornas added a commit that referenced this issue May 22, 2024
Solicita desmarcar "Ao fechar, manter aplicativo em execução"
See #11
See #11 (comment)
@gabrielbdornas
Copy link
Contributor Author

Corrigido após publicação v0.4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

No branches or pull requests

1 participant