Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Tasklist GraphQL API #4649

Open
wants to merge 31 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 5 commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
92d88b1
remove reference & sidebar
akeller Nov 22, 2024
9e19bc2
add removal announcement
akeller Nov 22, 2024
5f1a066
merge main
christinaausley Dec 3, 2024
f7870f0
remove tasklist graphql
christinaausley Dec 3, 2024
5e6a617
remove from sidebars
christinaausley Dec 3, 2024
86fef5f
adjust redirects
christinaausley Dec 3, 2024
ee73b57
Merge branch 'main' into remove-tasklist-graphql
christinaausley Dec 6, 2024
3ada74b
revert changes
christinaausley Dec 11, 2024
a0918f8
revert backporting
christinaausley Dec 11, 2024
11b31cd
remove backport
christinaausley Dec 11, 2024
3939eb1
a couple final fixes
christinaausley Dec 11, 2024
1c22f11
remove schemas and controllers
christinaausley Dec 11, 2024
9657415
Merge branch 'main' into remove-tasklist-graphql
christinaausley Dec 12, 2024
e4f04b2
Update versioned_docs/version-8.3/apis-tools/tasklist-api/tasklist-ap…
christinaausley Dec 12, 2024
0b0da39
fix broken links
christinaausley Dec 12, 2024
8ed32d7
remove /docs
christinaausley Dec 12, 2024
24f9574
remove a few more /docs
christinaausley Dec 12, 2024
865307c
one more link!
christinaausley Dec 12, 2024
fa7d995
format
christinaausley Dec 12, 2024
982813f
Update versioned_docs/version-8.3/apis-tools/tasklist-api/tasklist-ap…
christinaausley Dec 13, 2024
4ea284b
format and resolve comments
christinaausley Dec 16, 2024
b514424
try to resolve formatting
christinaausley Dec 16, 2024
8222010
adjust formatting
christinaausley Dec 17, 2024
23920f5
Update versioned_docs/version-8.4/apis-tools/tasklist-api/tasklist-ap…
christinaausley Dec 17, 2024
4a0c87c
Update versioned_docs/version-8.5/apis-tools/tasklist-api/tasklist-ap…
christinaausley Dec 17, 2024
3ef55a2
Update versioned_docs/version-8.6/apis-tools/tasklist-api/tasklist-ap…
christinaausley Dec 17, 2024
210eb59
Merge branch 'main' into remove-tasklist-graphql
christinaausley Dec 17, 2024
f953584
adjust optimize sidebars
christinaausley Dec 17, 2024
ae560c6
Update versioned_docs/version-8.3/apis-tools/tasklist-api/tasklist-ap…
christinaausley Dec 17, 2024
67828fb
Merge branch 'main' into remove-tasklist-graphql
christinaausley Dec 27, 2024
099432c
fix sidebar
christinaausley Dec 27, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export default {
components: [
{
content:
'<style>\n.decision-item {\n font-size: 16px; \n margin-top: 0px;\n}\n\n.info-text {\n font-size: 12px;\n margin-top: 4px;\n color: #2e2e2;\n}\n</style>\n\n<div class="decision-item">\n Do you run or develop a custom task application, or plan to do so?\n</div>\n<div class="info-text">\nA custom task application means you are using the <a href="https://docs.camunda.io/docs/apis-tools/tasklist-api-rest/tasklist-api-rest-overview/">Tasklist API</a> (REST or GraphQL) or <a href="https://docs.camunda.io/docs/next/self-managed/concepts/exporters/">custom exporters</a> to manage user tasks.\n</div>',
'<style>\n.decision-item {\n font-size: 16px; \n margin-top: 0px;\n}\n\n.info-text {\n font-size: 12px;\n margin-top: 4px;\n color: #2e2e2;\n}\n</style>\n\n<div class="decision-item">\n Do you run or develop a custom task application, or plan to do so?\n</div>\n<div class="info-text">\nA custom task application means you are using the <a href="https://docs.camunda.io/docs/apis-tools/tasklist-api-rest/tasklist-api-rest-overview/">Tasklist REST API</a> or <a href="https://docs.camunda.io/docs/next/self-managed/concepts/exporters/">custom exporters</a> to manage user tasks.\n</div>',
label: "HTML",
type: "html",
layout: {
Expand Down
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There might be a lot more we can clean up in this PR. In my brief search, it looks like the only thing referencing this tasklist-api-rest/schemas folder, and the tasklist-api-rest/controllers folder, is a migration guide that is getting removed in this PR. (Not the tasklist-api-rest/assets folder though, as that is still referenced by other docs.)

These folders are remnants of the docs before we implemented an API explorer, and they were kept around because of these references. Now that nothing will be referencing them, we can delete them.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

excavator-digging

Original file line number Diff line number Diff line change
Expand Up @@ -161,12 +161,10 @@ TaskSearchRequest - query object to search tasks by provided params.
#### [<code style={{ fontWeight: 'normal' }}>TaskSearchRequest.<b>processDefinitionKey</b></code>](#)<Bullet />`string`

> Reference to process definition
> (renamed equivalent of [`TaskQuery.processDefinitionId`](../../../tasklist-api/inputs/task-query.mdx#code-style-fontweight-normal-taskquerybprocessdefinitionidbcodestring-) field).

#### [<code style={{ fontWeight: 'normal' }}>TaskSearchRequest.<b>processInstanceKey</b></code>](#)<Bullet />`string`

> Reference to process instance
> (renamed equivalent of [`TaskQuery.processInstanceId`](../../../tasklist-api/inputs/task-query.mdx#code-style-fontweight-normal-taskquerybprocessinstanceidbcodestring-) field).

#### [<code style={{ fontWeight: 'normal' }}>TaskSearchRequest.<b>followUpDateDate</b></code>](#)<Bullet />[`DateFilter`](../models/date-filter-input.mdx)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ FormResponse - represents task embedded form.
#### [<code style={{ fontWeight: 'normal' }}>FormResponse.<b>processDefinitionKey</b></code>](#)<Bullet />`string` <Badge class="secondary" text="non-null"/>

> Reference to process definition
> (renamed equivalent of [`Form.processDefinitionId`](../../../tasklist-api/objects/form.mdx#code-style-fontweight-normal-formbprocessdefinitionidbcodestring--) field)

#### [<code style={{ fontWeight: 'normal' }}>FormResponse.<b>schema</b></code>](#)<Bullet />`string` <Badge class="secondary" text="non-null"/>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,10 @@ TaskResponse - represents a user task.
#### [<code style={{ fontWeight: 'normal' }}>TaskResponse.<b>creationDate</b></code>](#)<Bullet />`string` <Badge class="secondary" text="non-null"/>

> When was the task created
> (renamed equivalent of [`Task.creationTime`](../../../tasklist-api/objects/task.mdx#code-style-fontweight-normal-taskbcreationtimebcodestring--) field)

#### [<code style={{ fontWeight: 'normal' }}>TaskResponse.<b>completionDate</b></code>](#)<Bullet />`string`

> When was the task completed
> (renamed equivalent of [`Task.completionTime`](../../../tasklist-api/objects/task.mdx#code-style-fontweight-normal-taskbcompletiontimebcodestring-) field)

#### [<code style={{ fontWeight: 'normal' }}>TaskResponse.<b>assignee</b></code>](#)<Bullet />`string`

Expand Down Expand Up @@ -162,12 +160,10 @@ TaskResponse - represents a user task.
#### [<code style={{ fontWeight: 'normal' }}>TaskResponse.<b>processDefinitionKey</b></code>](#)<Bullet />`string`

> Reference to process definition
> (renamed equivalent of [`Task.processDefinitionId`](../../../tasklist-api/objects/task.mdx#code-style-fontweight-normal-taskbprocessdefinitionidbcodestring-) field)

#### [<code style={{ fontWeight: 'normal' }}>TaskResponse.<b>processInstanceKey</b></code>](#)<Bullet />`string`

> Reference to process instance id
> (renamed equivalent of [`Task.processInstanceId`](../../../tasklist-api/objects/task.mdx#code-style-fontweight-normal-taskbprocessinstanceidbcodestring-) field)

#### [<code style={{ fontWeight: 'normal' }}>TaskResponse.<b>tenantId</b></code>](#)<Bullet />`string`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,10 @@ TaskSearchResponse - representing the searched task.
#### [<code style={{ fontWeight: 'normal' }}>TaskSearchResponse.<b>creationDate</b></code>](#)<Bullet />`string` <Badge class="secondary" text="non-null"/>

> When was the task created
> (renamed equivalent of [`Task.creationTime`](../../../tasklist-api/objects/task.mdx#code-style-fontweight-normal-taskbcreationtimebcodestring--) field)

#### [<code style={{ fontWeight: 'normal' }}>TaskSearchResponse.<b>completionDate</b></code>](#)<Bullet />`string`

> When was the task completed
> (renamed equivalent of [`Task.completionTime`](../../../tasklist-api/objects/task.mdx#code-style-fontweight-normal-taskbcompletiontimebcodestring-) field)

#### [<code style={{ fontWeight: 'normal' }}>TaskSearchResponse.<b>assignee</b></code>](#)<Bullet />`string`

Expand All @@ -168,12 +166,10 @@ TaskSearchResponse - representing the searched task.
#### [<code style={{ fontWeight: 'normal' }}>TaskSearchResponse.<b>processDefinitionKey</b></code>](#)<Bullet />`string`

> Reference to process definition
> (renamed equivalent of [`Task.processDefinitionId`](../../../tasklist-api/objects/task.mdx#code-style-fontweight-normal-taskbprocessdefinitionidbcodestring-) field)

#### [<code style={{ fontWeight: 'normal' }}>TaskSearchResponse.<b>processInstanceKey</b></code>](#)<Bullet />`string`

> Reference to process instance id
> (renamed equivalent of [`Task.processInstanceId`](../../../tasklist-api/objects/task.mdx#code-style-fontweight-normal-taskbprocessinstanceidbcodestring-) field)

#### [<code style={{ fontWeight: 'normal' }}>TaskSearchResponse.<b>tenantId</b></code>](#)<Bullet />`string`

Expand Down
203 changes: 0 additions & 203 deletions docs/apis-tools/tasklist-api/assets/tasklist.graphqls

This file was deleted.

1 change: 0 additions & 1 deletion docs/apis-tools/tasklist-api/directives/_category_.yml

This file was deleted.

54 changes: 0 additions & 54 deletions docs/apis-tools/tasklist-api/directives/deprecated.mdx

This file was deleted.

54 changes: 0 additions & 54 deletions docs/apis-tools/tasklist-api/directives/include.mdx

This file was deleted.

Loading
Loading