sailpoint-oss / developer.sailpoint.com

The codebase that makes up developer.sailpoint.com, including developer documentation. This codebase is open source and welcomes contributions.
https://developer.sailpoint.com
MIT License
32 stars 85 forks source link

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

Open SpidrMart opened 1 month ago

SpidrMart commented 1 month ago

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):

Browser (please complete the following information):

SpidrMart commented 1 month ago

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