starting point for adding python sdk docs

This commit is contained in:
darrell-thobe-sp
2025-02-20 12:59:19 -05:00
parent 3b9e39ca19
commit c18583ede4
2726 changed files with 370294 additions and 5 deletions

View File

@@ -0,0 +1,31 @@
---
id: manual-work-item-state
title: ManualWorkItemState
pagination_label: ManualWorkItemState
sidebar_label: ManualWorkItemState
sidebar_class_name: pythonsdk
keywords: ['python', 'Python', 'sdk', 'ManualWorkItemState', 'ManualWorkItemState']
slug: /tools/sdk/python/v3/models/manual-work-item-state
tags: ['SDK', 'Software Development Kit', 'ManualWorkItemState', 'ManualWorkItemState']
---
# ManualWorkItemState
Indicates the state of the request processing for this item: * PENDING: The request for this item is awaiting processing. * APPROVED: The request for this item has been approved. * REJECTED: The request for this item was rejected. * EXPIRED: The request for this item expired with no action taken. * CANCELLED: The request for this item was cancelled with no user action. * ARCHIVED: The request for this item has been archived after completion.
## Enum
* `PENDING` (value: `'PENDING'`)
* `APPROVED` (value: `'APPROVED'`)
* `REJECTED` (value: `'REJECTED'`)
* `EXPIRED` (value: `'EXPIRED'`)
* `CANCELLED` (value: `'CANCELLED'`)
* `ARCHIVED` (value: `'ARCHIVED'`)
[[Back to top]](#)