# 작업 내용 수정

## UI 소개

{% tabs %}
{% tab title="자동화" %}

<figure><img src="https://1362923181-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5PH5ktGI0BWG6g9fvtcn%2Fuploads%2FWs5hCFkgH59cZ21orlGj%2F%E1%84%89%E1%85%B3%E1%84%8F%E1%85%B3%E1%84%85%E1%85%B5%E1%86%AB%E1%84%89%E1%85%A3%E1%86%BA%200007-03-10%20%E1%84%8B%E1%85%A9%E1%84%92%E1%85%AE%202.20.47.png?alt=media&#x26;token=34368ea1-38d8-4f8f-ac03-36819fb73620" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="데이터플로우" %}

<figure><img src="https://1362923181-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5PH5ktGI0BWG6g9fvtcn%2Fuploads%2FqPly2Pa2roHET1xOjyPN%2F%E1%84%89%E1%85%B3%E1%84%8F%E1%85%B3%E1%84%85%E1%85%B5%E1%86%AB%E1%84%89%E1%85%A3%E1%86%BA%200007-03-10%20%E1%84%8B%E1%85%A9%E1%84%92%E1%85%AE%202.22.52.png?alt=media&#x26;token=16885e3d-dc3f-4b93-8fd3-22425746426d" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

<table><thead><tr><th width="173" align="center">항목명</th><th width="288" align="center">항목소개</th><th align="center">비고</th></tr></thead><tbody><tr><td align="center">목록 ID</td><td align="center">수정할 작업이 있는 목록의 ID 입력</td><td align="center"></td></tr><tr><td align="center">작업 ID</td><td align="center">작업 ID 입력</td><td align="center"></td></tr><tr><td align="center">작업 이름</td><td align="center">작업 이름 입력</td><td align="center"></td></tr><tr><td align="center">작업 중요도</td><td align="center">작업 중요도 선택</td><td align="center">설정안함 : 작업 중요도를 업데이트 하지 않음 (기본값)<br>낮음, 보통, 높음</td></tr><tr><td align="center">작업 상태</td><td align="center">작업 상태 선택</td><td align="center">설정안함 : 작업 상태를 업데이트 하지 않음 (기본값)<br>시작 전, 진행중, 완료, 대기중, 연기됨</td></tr></tbody></table>

## 실행 결과

| 데이터 값                | 데이터 내용                                                                                                           |
| -------------------- | ---------------------------------------------------------------------------------------------------------------- |
| importance           | 작업 중요도 (low: 낮음, normal: 보통, high: 높음)                                                                           |
| isReminderOn         | 리마인더(알림) 설정 여부 (false: 아니오, true: 예)                                                                             |
| status               | <p>작업의 상태<br>(notStarted : 시작전 , inProgress : 진행중, completed : 완료 , waitingOnOthers : 작업 대기, deferred : 연기) </p> |
| title                | 작업 이름                                                                                                            |
| createdDateTime      | 작업 최초생성일 (UTC)                                                                                                   |
| lastModifiedDateTime | 최근 수정일 (UTC)                                                                                                     |
| hasAttachments       | 첨부파일 유무 (true : 예, false: 아니오)                                                                                   |
| categories\[]        | 범주(또는 라벨) 목록                                                                                                     |
| id                   | 작업 ID                                                                                                            |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.outcode.biz/apps/productivity/microsoft-todo/actions/task/update-task.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
