-
Notifications
You must be signed in to change notification settings - Fork 8
Description
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.