Skip to content

[Bug] Workflow Executions API Warning on status enum value check #99

@rob-buskens-sp

Description

@rob-buskens-sp

A warning is issued on workflow executions as status can be Executing however the API Spec has 'Running' rather than 'Executing' in the status enum list. See here.

To Reproduce Steps to reproduce the behavior:
Run the code in the referenced bug.

Expected behavior A clear and concise description of what you expected to
happen.
no warning.

Actual behavior A clear and concise description of what actually happens.
warning

Screenshots If applicable, add screenshots to help explain your problem.
'''
workflow_execution.py:46: UserWarning: must be one of enum values ('Completed', 'Failed', 'Canceled', 'Running', 'Queued') unknown value: Executing
'''

Operating System (please complete the following information):
sailpoint 1.3.4

Additional context Add any other context about the problem here.

It's a warning and things continue which is great.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions