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

[Bug] Your Bug Report Here Requesting changes to 'Get Workflow Execution' (get-workflow-execution) #649

Open
SpidrMart opened this issue Oct 18, 2024 · 1 comment

Comments

@SpidrMart
Copy link

Describe the bug A clear and concise description of what the bug is.
When running the "Get Workflow Execution", the only four possible values for a 200 Response are listed as:

status string
Possible values: [Completed, Failed, Canceled, Executing]

However, when we call the API from ServiceNow, when the workflow is "Executing", the value we get for the Status is "Running".

To Reproduce Steps to reproduce the behavior:

  1. Execute a Workflow
  2. Get Workflow Execution
  3. Go the the Response
  4. See the reported status

Expected behavior A clear and concise description of what you expected to happen.
I would actually like to know exactly which "status values" should be returned so I can properly document and build my code.

Actual behavior A clear and concise description of what actually happens.
Instead of receiving the Workflow Execution Status as "Executing" as documented, we receive "Running".

Screenshots If applicable, add screenshots to help explain your problem.

Operating System (please complete the following information):

  • OS: Microsoft Windows 11 Enterprise - Version 10.0.22631 Build 22631

  • CLI Environment: ServiceNow (Utah)

Browser (please complete the following information):

  • Browser: MS-Edge for Business
  • Version 129.0.2792.89 (Official build) (64-bit)
@SpidrMart
Copy link
Author

Been Trying to attach an image... (png file of 198kb) and it's not working, no matter which way I try?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant