mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
starting point for adding python sdk docs
This commit is contained in:
31
docs/tools/sdk/python/Reference/Beta/Models/WorkItemState.md
Normal file
31
docs/tools/sdk/python/Reference/Beta/Models/WorkItemState.md
Normal file
@@ -0,0 +1,31 @@
|
||||
---
|
||||
id: beta-work-item-state
|
||||
title: WorkItemState
|
||||
pagination_label: WorkItemState
|
||||
sidebar_label: WorkItemState
|
||||
sidebar_class_name: pythonsdk
|
||||
keywords: ['python', 'Python', 'sdk', 'WorkItemState', 'BetaWorkItemState']
|
||||
slug: /tools/sdk/python/beta/models/work-item-state
|
||||
tags: ['SDK', 'Software Development Kit', 'WorkItemState', 'BetaWorkItemState']
|
||||
---
|
||||
|
||||
# WorkItemState
|
||||
|
||||
The state of a work item
|
||||
|
||||
## Enum
|
||||
|
||||
* `FINISHED` (value: `'Finished'`)
|
||||
|
||||
* `REJECTED` (value: `'Rejected'`)
|
||||
|
||||
* `RETURNED` (value: `'Returned'`)
|
||||
|
||||
* `EXPIRED` (value: `'Expired'`)
|
||||
|
||||
* `PENDING` (value: `'Pending'`)
|
||||
|
||||
* `CANCELED` (value: `'Canceled'`)
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user