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

Flow On Windows OS shows warning message #3658

Open
paulgrainger85 opened this issue May 2, 2024 · 0 comments
Open

Flow On Windows OS shows warning message #3658

paulgrainger85 opened this issue May 2, 2024 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@paulgrainger85
Copy link

Describe the issue

Executing a flow in Windows shows a warning message

id: myflow
namespace: myteam
description: execute sample flow

labels:
  env: dev
  project: myproject

tasks:
  - id: send_data
    type: io.kestra.plugin.scripts.python.Commands
    interpreter: [pwsh, "-NoProfile", "-NonInteractive", "-Command"]
    runner: PROCESS
    commands:
      - python "C:\Users\paul\Documents\kestra\scripts\repex.py"

Warning message is as follows

Set-Variable: Missing an argument for parameter 'Exclude'. Specify a parameter of type 'System.String[]' and try again.

Note python script still executes as expected

Environment

  • Kestra Version: 0.16.5 (standalone)
  • Operating System Windows 11
  • Java Version 17
  • Powershell version 7.4.2
@paulgrainger85 paulgrainger85 added the bug Something isn't working label May 2, 2024
@tchiotludo tchiotludo added this to the v0.17.0 milestone May 5, 2024
@anna-geller anna-geller changed the title Flow in windows shows warning message Flow On Windows OS shows warning message May 6, 2024
@anna-geller anna-geller modified the milestones: v0.17.0, v0.18.0 May 13, 2024
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
None yet
Development

No branches or pull requests

3 participants