diff --git a/optimize_versioned_sidebars/version-3.11.0-sidebars.json b/optimize_versioned_sidebars/version-3.11.0-sidebars.json index 6e9495c17f..f19111aff9 100644 --- a/optimize_versioned_sidebars/version-3.11.0-sidebars.json +++ b/optimize_versioned_sidebars/version-3.11.0-sidebars.json @@ -1678,6 +1678,215 @@ "apis-tools/optimize-api/variable-labeling" ] }, + { + "Tasklist API (GraphQL)": [ + { + "type": "link", + "label": "Schema Documentation", + "href": "/docs/8.3/apis-tools/tasklist-api/" + }, + { + "type": "link", + "label": "Overview", + "href": "/docs/8.3/apis-tools/tasklist-api/tasklist-api-overview/" + }, + { + "type": "link", + "label": "Tutorial", + "href": "/docs/8.3/apis-tools/tasklist-api/tasklist-api-tutorial/" + }, + { + "type": "link", + "label": "GraphQL to REST API migration", + "href": "/docs/8.3/apis-tools/tasklist-api/tasklist-api-graphql-to-rest-migration/" + }, + + { + "Directives": [ + { + "type": "link", + "label": "deprecated", + "href": "/docs/8.3/apis-tools/tasklist-api/directives/deprecated/" + }, + { + "type": "link", + "label": "include", + "href": "/docs/8.3/apis-tools/tasklist-api/directives/include/" + }, + { + "type": "link", + "label": "skip", + "href": "/docs/8.3/apis-tools/tasklist-api/directives/skip/" + }, + { + "type": "link", + "label": "specifiedBy", + "href": "/docs/8.3/apis-tools/tasklist-api/directives/specified-by/" + } + ] + }, + + { + "Enums": [ + { + "type": "link", + "label": "Sort", + "href": "/docs/8.3/apis-tools/tasklist-api/enums/sort/" + }, + { + "type": "link", + "label": "TaskSortFields", + "href": "/docs/8.3/apis-tools/tasklist-api/enums/task-sort-fields/" + }, + { + "type": "link", + "label": "TaskState", + "href": "/docs/8.3/apis-tools/tasklist-api/enums/task-state/" + } + ] + }, + + { + "Inputs": [ + { + "type": "link", + "label": "DateFilter", + "href": "/docs/8.3/apis-tools/tasklist-api/inputs/date-filter-input/" + }, + { + "type": "link", + "label": "TaskOrderBy", + "href": "/docs/8.3/apis-tools/tasklist-api/inputs/task-order-by/" + }, + { + "type": "link", + "label": "TaskQuery", + "href": "/docs/8.3/apis-tools/tasklist-api/inputs/task-query/" + }, + { + "type": "link", + "label": "VariableInput", + "href": "/docs/8.3/apis-tools/tasklist-api/inputs/variable-input/" + } + ] + }, + + { + "Mutations": [ + { + "type": "link", + "label": "claimTask", + "href": "/docs/8.3/apis-tools/tasklist-api/mutations/claim-task/" + }, + { + "type": "link", + "label": "completeTask", + "href": "/docs/8.3/apis-tools/tasklist-api/mutations/complete-task/" + }, + { + "type": "link", + "label": "deleteProcessInstance", + "href": "/docs/8.3/apis-tools/tasklist-api/mutations/delete-process-instance/" + }, + { + "type": "link", + "label": "unclaimTask", + "href": "/docs/8.3/apis-tools/tasklist-api/mutations/unclaim-task/" + } + ] + }, + + { + "Objects": [ + { + "type": "link", + "label": "Form", + "href": "/docs/8.3/apis-tools/tasklist-api/objects/form/" + }, + { + "type": "link", + "label": "Task", + "href": "/docs/8.3/apis-tools/tasklist-api/objects/task/" + }, + { + "type": "link", + "label": "User", + "href": "/docs/8.3/apis-tools/tasklist-api/objects/user/" + }, + { + "type": "link", + "label": "Variable", + "href": "/docs/8.3/apis-tools/tasklist-api/objects/variable/" + } + ] + }, + + { + "Queries": [ + { + "type": "link", + "label": "currentUser", + "href": "/docs/8.3/apis-tools/tasklist-api/queries/current-user/" + }, + { + "type": "link", + "label": "form", + "href": "/docs/8.3/apis-tools/tasklist-api/queries/form/" + }, + { + "type": "link", + "label": "task", + "href": "/docs/8.3/apis-tools/tasklist-api/queries/task/" + }, + { + "type": "link", + "label": "tasks", + "href": "/docs/8.3/apis-tools/tasklist-api/queries/tasks/" + }, + { + "type": "link", + "label": "variable", + "href": "/docs/8.3/apis-tools/tasklist-api/queries/variable/" + }, + { + "type": "link", + "label": "variables", + "href": "/docs/8.3/apis-tools/tasklist-api/queries/variables/" + } + ] + }, + + { + "Scalars": [ + { + "type": "link", + "label": "DateTime", + "href": "/docs/8.3/apis-tools/tasklist-api/scalars/datetime/" + }, + { + "type": "link", + "label": "Boolean", + "href": "/docs/8.3/apis-tools/tasklist-api/scalars/boolean/" + }, + { + "type": "link", + "label": "ID", + "href": "/docs/8.3/apis-tools/tasklist-api/scalars/id/" + }, + { + "type": "link", + "label": "Int", + "href": "/docs/8.3/apis-tools/tasklist-api/scalars/int/" + }, + { + "type": "link", + "label": "String", + "href": "/docs/8.3/apis-tools/tasklist-api/scalars/string/" + } + ] + } + ] + }, { "Tasklist API (REST)": [ { diff --git a/optimize_versioned_sidebars/version-3.12.0-sidebars.json b/optimize_versioned_sidebars/version-3.12.0-sidebars.json index a88e424420..7923a18e91 100644 --- a/optimize_versioned_sidebars/version-3.12.0-sidebars.json +++ b/optimize_versioned_sidebars/version-3.12.0-sidebars.json @@ -1923,6 +1923,220 @@ "apis-tools/optimize-api/variable-labeling" ] }, + { + "Tasklist API (GraphQL)": [ + { + "type": "link", + "label": "Schema Documentation", + "href": "/docs/8.4/apis-tools/tasklist-api/" + }, + { + "type": "link", + "label": "Overview", + "href": "/docs/8.4/apis-tools/tasklist-api/tasklist-api-overview/" + }, + { + "type": "link", + "label": "Authentication", + "href": "/docs/8.4/apis-tools/tasklist-api/tasklist-api-authentication/" + }, + { + "type": "link", + "label": "Tutorial", + "href": "/docs/8.4/apis-tools/tasklist-api/tasklist-api-tutorial/" + }, + { + "type": "link", + "label": "GraphQL to REST API migration", + "href": "/docs/8.4/apis-tools/tasklist-api/tasklist-api-graphql-to-rest-migration/" + }, + + { + "Directives": [ + { + "type": "link", + "label": "deprecated", + "href": "/docs/8.4/apis-tools/tasklist-api/directives/deprecated/" + }, + { + "type": "link", + "label": "include", + "href": "/docs/8.4/apis-tools/tasklist-api/directives/include/" + }, + { + "type": "link", + "label": "skip", + "href": "/docs/8.4/apis-tools/tasklist-api/directives/skip/" + }, + { + "type": "link", + "label": "specifiedBy", + "href": "/docs/8.4/apis-tools/tasklist-api/directives/specified-by/" + } + ] + }, + + { + "Enums": [ + { + "type": "link", + "label": "Sort", + "href": "/docs/8.4/apis-tools/tasklist-api/enums/sort/" + }, + { + "type": "link", + "label": "TaskSortFields", + "href": "/docs/8.4/apis-tools/tasklist-api/enums/task-sort-fields/" + }, + { + "type": "link", + "label": "TaskState", + "href": "/docs/8.4/apis-tools/tasklist-api/enums/task-state/" + } + ] + }, + + { + "Inputs": [ + { + "type": "link", + "label": "DateFilter", + "href": "/docs/8.4/apis-tools/tasklist-api/inputs/date-filter-input/" + }, + { + "type": "link", + "label": "TaskOrderBy", + "href": "/docs/8.4/apis-tools/tasklist-api/inputs/task-order-by/" + }, + { + "type": "link", + "label": "TaskQuery", + "href": "/docs/8.4/apis-tools/tasklist-api/inputs/task-query/" + }, + { + "type": "link", + "label": "VariableInput", + "href": "/docs/8.4/apis-tools/tasklist-api/inputs/variable-input/" + } + ] + }, + + { + "Mutations": [ + { + "type": "link", + "label": "claimTask", + "href": "/docs/8.4/apis-tools/tasklist-api/mutations/claim-task/" + }, + { + "type": "link", + "label": "completeTask", + "href": "/docs/8.4/apis-tools/tasklist-api/mutations/complete-task/" + }, + { + "type": "link", + "label": "deleteProcessInstance", + "href": "/docs/8.4/apis-tools/tasklist-api/mutations/delete-process-instance/" + }, + { + "type": "link", + "label": "unclaimTask", + "href": "/docs/8.4/apis-tools/tasklist-api/mutations/unclaim-task/" + } + ] + }, + + { + "Objects": [ + { + "type": "link", + "label": "Form", + "href": "/docs/8.4/apis-tools/tasklist-api/objects/form/" + }, + { + "type": "link", + "label": "Task", + "href": "/docs/8.4/apis-tools/tasklist-api/objects/task/" + }, + { + "type": "link", + "label": "User", + "href": "/docs/8.4/apis-tools/tasklist-api/objects/user/" + }, + { + "type": "link", + "label": "Variable", + "href": "/docs/8.4/apis-tools/tasklist-api/objects/variable/" + } + ] + }, + + { + "Queries": [ + { + "type": "link", + "label": "currentUser", + "href": "/docs/8.4/apis-tools/tasklist-api/queries/current-user/" + }, + { + "type": "link", + "label": "form", + "href": "/docs/8.4/apis-tools/tasklist-api/queries/form/" + }, + { + "type": "link", + "label": "task", + "href": "/docs/8.4/apis-tools/tasklist-api/queries/task/" + }, + { + "type": "link", + "label": "tasks", + "href": "/docs/8.4/apis-tools/tasklist-api/queries/tasks/" + }, + { + "type": "link", + "label": "variable", + "href": "/docs/8.4/apis-tools/tasklist-api/queries/variable/" + }, + { + "type": "link", + "label": "variables", + "href": "/docs/8.4/apis-tools/tasklist-api/queries/variables/" + } + ] + }, + + { + "Scalars": [ + { + "type": "link", + "label": "DateTime", + "href": "/docs/8.4/apis-tools/tasklist-api/scalars/datetime/" + }, + { + "type": "link", + "label": "Boolean", + "href": "/docs/8.4/apis-tools/tasklist-api/scalars/boolean/" + }, + { + "type": "link", + "label": "ID", + "href": "/docs/8.4/apis-tools/tasklist-api/scalars/id/" + }, + { + "type": "link", + "label": "Int", + "href": "/docs/8.4/apis-tools/tasklist-api/scalars/int/" + }, + { + "type": "link", + "label": "String", + "href": "/docs/8.4/apis-tools/tasklist-api/scalars/string/" + } + ] + } + ] + }, { "Tasklist API (REST)": [ { diff --git a/optimize_versioned_sidebars/version-3.13.0-sidebars.json b/optimize_versioned_sidebars/version-3.13.0-sidebars.json index e903be44fb..34efe61688 100644 --- a/optimize_versioned_sidebars/version-3.13.0-sidebars.json +++ b/optimize_versioned_sidebars/version-3.13.0-sidebars.json @@ -2179,6 +2179,225 @@ ] } ] + }, + + { + "Deprecated": [ + { + "Tasklist API (GraphQL)": [ + { + "type": "link", + "label": "Schema Documentation", + "href": "/docs/8.5/apis-tools/tasklist-api/" + }, + { + "type": "link", + "label": "Overview", + "href": "/docs/8.5/apis-tools/tasklist-api/tasklist-api-overview/" + }, + { + "type": "link", + "label": "Authentication", + "href": "/docs/8.5/apis-tools/tasklist-api/tasklist-api-authentication/" + }, + { + "type": "link", + "label": "Tutorial", + "href": "/docs/8.5/apis-tools/tasklist-api/tasklist-api-tutorial/" + }, + { + "type": "link", + "label": "GraphQL to REST API migration", + "href": "/docs/8.5/apis-tools/tasklist-api/tasklist-api-graphql-to-rest-migration/" + }, + + { + "Directives": [ + { + "type": "link", + "label": "deprecated", + "href": "/docs/8.5/apis-tools/tasklist-api/directives/deprecated/" + }, + { + "type": "link", + "label": "include", + "href": "/docs/8.5/apis-tools/tasklist-api/directives/include/" + }, + { + "type": "link", + "label": "skip", + "href": "/docs/8.5/apis-tools/tasklist-api/directives/skip/" + }, + { + "type": "link", + "label": "specifiedBy", + "href": "/docs/8.5/apis-tools/tasklist-api/directives/specified-by/" + } + ] + }, + + { + "Enums": [ + { + "type": "link", + "label": "Sort", + "href": "/docs/8.5/apis-tools/tasklist-api/enums/sort/" + }, + { + "type": "link", + "label": "TaskSortFields", + "href": "/docs/8.5/apis-tools/tasklist-api/enums/task-sort-fields/" + }, + { + "type": "link", + "label": "TaskState", + "href": "/docs/8.5/apis-tools/tasklist-api/enums/task-state/" + } + ] + }, + + { + "Inputs": [ + { + "type": "link", + "label": "DateFilter", + "href": "/docs/8.5/apis-tools/tasklist-api/inputs/date-filter-input/" + }, + { + "type": "link", + "label": "TaskOrderBy", + "href": "/docs/8.5/apis-tools/tasklist-api/inputs/task-order-by/" + }, + { + "type": "link", + "label": "TaskQuery", + "href": "/docs/8.5/apis-tools/tasklist-api/inputs/task-query/" + }, + { + "type": "link", + "label": "VariableInput", + "href": "/docs/8.5/apis-tools/tasklist-api/inputs/variable-input/" + } + ] + }, + + { + "Mutations": [ + { + "type": "link", + "label": "claimTask", + "href": "/docs/8.5/apis-tools/tasklist-api/mutations/claim-task/" + }, + { + "type": "link", + "label": "completeTask", + "href": "/docs/8.5/apis-tools/tasklist-api/mutations/complete-task/" + }, + { + "type": "link", + "label": "deleteProcessInstance", + "href": "/docs/8.5/apis-tools/tasklist-api/mutations/delete-process-instance/" + }, + { + "type": "link", + "label": "unclaimTask", + "href": "/docs/8.5/apis-tools/tasklist-api/mutations/unclaim-task/" + } + ] + }, + + { + "Objects": [ + { + "type": "link", + "label": "Form", + "href": "/docs/8.5/apis-tools/tasklist-api/objects/form/" + }, + { + "type": "link", + "label": "Task", + "href": "/docs/8.5/apis-tools/tasklist-api/objects/task/" + }, + { + "type": "link", + "label": "User", + "href": "/docs/8.5/apis-tools/tasklist-api/objects/user/" + }, + { + "type": "link", + "label": "Variable", + "href": "/docs/8.5/apis-tools/tasklist-api/objects/variable/" + } + ] + }, + + { + "Queries": [ + { + "type": "link", + "label": "currentUser", + "href": "/docs/8.5/apis-tools/tasklist-api/queries/current-user/" + }, + { + "type": "link", + "label": "form", + "href": "/docs/8.5/apis-tools/tasklist-api/queries/form/" + }, + { + "type": "link", + "label": "task", + "href": "/docs/8.5/apis-tools/tasklist-api/queries/task/" + }, + { + "type": "link", + "label": "tasks", + "href": "/docs/8.5/apis-tools/tasklist-api/queries/tasks/" + }, + { + "type": "link", + "label": "variable", + "href": "/docs/8.5/apis-tools/tasklist-api/queries/variable/" + }, + { + "type": "link", + "label": "variables", + "href": "/docs/8.5/apis-tools/tasklist-api/queries/variables/" + } + ] + }, + + { + "Scalars": [ + { + "type": "link", + "label": "DateTime", + "href": "/docs/8.5/apis-tools/tasklist-api/scalars/datetime/" + }, + { + "type": "link", + "label": "Boolean", + "href": "/docs/8.5/apis-tools/tasklist-api/scalars/boolean/" + }, + { + "type": "link", + "label": "ID", + "href": "/docs/8.5/apis-tools/tasklist-api/scalars/id/" + }, + { + "type": "link", + "label": "Int", + "href": "/docs/8.5/apis-tools/tasklist-api/scalars/int/" + }, + { + "type": "link", + "label": "String", + "href": "/docs/8.5/apis-tools/tasklist-api/scalars/string/" + } + ] + } + ] + } + ] } ] }, diff --git a/optimize_versioned_sidebars/version-3.14.0-sidebars.json b/optimize_versioned_sidebars/version-3.14.0-sidebars.json index 788f5a0249..638ba5e028 100644 --- a/optimize_versioned_sidebars/version-3.14.0-sidebars.json +++ b/optimize_versioned_sidebars/version-3.14.0-sidebars.json @@ -2474,6 +2474,213 @@ }, { "Deprecated": [ + { + "Tasklist API (GraphQL)": [ + { + "type": "link", + "label": "Schema Documentation", + "href": "/docs/apis-tools/tasklist-api/" + }, + { + "type": "link", + "label": "Overview", + "href": "/docs/apis-tools/tasklist-api/tasklist-api-overview/" + }, + { + "type": "link", + "label": "Authentication", + "href": "/docs/apis-tools/tasklist-api/tasklist-api-authentication/" + }, + { + "type": "link", + "label": "Tutorial", + "href": "/docs/apis-tools/tasklist-api/tasklist-api-tutorial/" + }, + { + "type": "link", + "label": "GraphQL to REST API migration", + "href": "/docs/apis-tools/tasklist-api/tasklist-api-graphql-to-rest-migration/" + }, + { + "Directives": [ + { + "type": "link", + "label": "deprecated", + "href": "/docs/apis-tools/tasklist-api/directives/deprecated/" + }, + { + "type": "link", + "label": "include", + "href": "/docs/apis-tools/tasklist-api/directives/include/" + }, + { + "type": "link", + "label": "skip", + "href": "/docs/apis-tools/tasklist-api/directives/skip/" + }, + { + "type": "link", + "label": "specifiedBy", + "href": "/docs/apis-tools/tasklist-api/directives/specified-by/" + } + ] + }, + { + "Enums": [ + { + "type": "link", + "label": "Sort", + "href": "/docs/apis-tools/tasklist-api/enums/sort/" + }, + { + "type": "link", + "label": "TaskSortFields", + "href": "/docs/apis-tools/tasklist-api/enums/task-sort-fields/" + }, + { + "type": "link", + "label": "TaskState", + "href": "/docs/apis-tools/tasklist-api/enums/task-state/" + } + ] + }, + { + "Inputs": [ + { + "type": "link", + "label": "DateFilter", + "href": "/docs/apis-tools/tasklist-api/inputs/date-filter-input/" + }, + { + "type": "link", + "label": "TaskOrderBy", + "href": "/docs/apis-tools/tasklist-api/inputs/task-order-by/" + }, + { + "type": "link", + "label": "TaskQuery", + "href": "/docs/apis-tools/tasklist-api/inputs/task-query/" + }, + { + "type": "link", + "label": "VariableInput", + "href": "/docs/apis-tools/tasklist-api/inputs/variable-input/" + } + ] + }, + { + "Mutations": [ + { + "type": "link", + "label": "claimTask", + "href": "/docs/apis-tools/tasklist-api/mutations/claim-task/" + }, + { + "type": "link", + "label": "completeTask", + "href": "/docs/apis-tools/tasklist-api/mutations/complete-task/" + }, + { + "type": "link", + "label": "deleteProcessInstance", + "href": "/docs/apis-tools/tasklist-api/mutations/delete-process-instance/" + }, + { + "type": "link", + "label": "unclaimTask", + "href": "/docs/apis-tools/tasklist-api/mutations/unclaim-task/" + } + ] + }, + { + "Objects": [ + { + "type": "link", + "label": "Form", + "href": "/docs/apis-tools/tasklist-api/objects/form/" + }, + { + "type": "link", + "label": "Task", + "href": "/docs/apis-tools/tasklist-api/objects/task/" + }, + { + "type": "link", + "label": "User", + "href": "/docs/apis-tools/tasklist-api/objects/user/" + }, + { + "type": "link", + "label": "Variable", + "href": "/docs/apis-tools/tasklist-api/objects/variable/" + } + ] + }, + { + "Queries": [ + { + "type": "link", + "label": "currentUser", + "href": "/docs/apis-tools/tasklist-api/queries/current-user/" + }, + { + "type": "link", + "label": "form", + "href": "/docs/apis-tools/tasklist-api/queries/form/" + }, + { + "type": "link", + "label": "task", + "href": "/docs/apis-tools/tasklist-api/queries/task/" + }, + { + "type": "link", + "label": "tasks", + "href": "/docs/apis-tools/tasklist-api/queries/tasks/" + }, + { + "type": "link", + "label": "variable", + "href": "/docs/apis-tools/tasklist-api/queries/variable/" + }, + { + "type": "link", + "label": "variables", + "href": "/docs/apis-tools/tasklist-api/queries/variables/" + } + ] + }, + { + "Scalars": [ + { + "type": "link", + "label": "DateTime", + "href": "/docs/apis-tools/tasklist-api/scalars/datetime/" + }, + { + "type": "link", + "label": "Boolean", + "href": "/docs/apis-tools/tasklist-api/scalars/boolean/" + }, + { + "type": "link", + "label": "ID", + "href": "/docs/apis-tools/tasklist-api/scalars/id/" + }, + { + "type": "link", + "label": "Int", + "href": "/docs/apis-tools/tasklist-api/scalars/int/" + }, + { + "type": "link", + "label": "String", + "href": "/docs/apis-tools/tasklist-api/scalars/string/" + } + ] + } + ] + }, { "Zeebe API (REST)": [ { diff --git a/static/.htaccess b/static/.htaccess index fecf2611ee..88a20c9bab 100644 --- a/static/.htaccess +++ b/static/.htaccess @@ -98,10 +98,6 @@ RewriteRule ^docs/reference/bpmn-processes/?(.*)$ /docs/components/modeler/bpmn/ # Remove Tasklist GraphQL API RewriteRule ^docs/next/apis-tools/tasklist-api/(.*)$ /docs/next/apis-tools/camunda-api-rest/camunda-api-rest-overview/ [R=301,L] RewriteRule ^docs/apis-tools/tasklist-api/(.*)$ /docs/apis-tools/camunda-api-rest/camunda-api-rest-overview/ [R=301,L] -RewriteRule ^docs/8.6/apis-tools/tasklist-api/(.*)$ /docs/8.6/apis-tools/camunda-api-rest/camunda-api-rest-overview/ [R=301,L] -RewriteRule ^docs/8.5/apis-tools/tasklist-api/(.*)$ /docs/8.5/apis-tools/tasklist-api-rest/tasklist-api-rest-overview/ [R=301,L] -RewriteRule ^docs/8.4/apis-tools/tasklist-api/(.*)$ /docs/8.4/apis-tools/tasklist-api-rest/tasklist-api-rest-overview/ [R=301,L] -RewriteRule ^docs/8.3/apis-tools/tasklist-api/(.*)$ /docs/8.3/apis-tools/tasklist-api-rest/tasklist-api-rest-overview/ [R=301,L] # Move migrating to Zeebe user tasks RewriteRule ^docs/next/apis-tools/tasklist-api-rest/migrate-to-zeebe-user-tasks/?$ /docs/next/apis-tools/migration-manuals/migrate-to-zeebe-user-tasks/$1 [R=301,L] diff --git a/versioned_docs/version-8.3/apis-tools/tasklist-api-rest/schemas/requests/task-search-request.mdx b/versioned_docs/version-8.3/apis-tools/tasklist-api-rest/schemas/requests/task-search-request.mdx index 8cc44a86fa..d1fb4ab20e 100644 --- a/versioned_docs/version-8.3/apis-tools/tasklist-api-rest/schemas/requests/task-search-request.mdx +++ b/versioned_docs/version-8.3/apis-tools/tasklist-api-rest/schemas/requests/task-search-request.mdx @@ -151,10 +151,12 @@ TaskSearchRequest - query object to search tasks by provided params. #### [TaskSearchRequest.processDefinitionKey](#)`string` > Reference to process definition +> (renamed equivalent of [`TaskQuery.processDefinitionId`](../../../tasklist-api/inputs/task-query.mdx#code-style-fontweight-normal-taskquerybprocessdefinitionidbcodestring-) field). #### [TaskSearchRequest.processInstanceKey](#)`string` > Reference to process instance +> (renamed equivalent of [`TaskQuery.processInstanceId`](../../../tasklist-api/inputs/task-query.mdx#code-style-fontweight-normal-taskquerybprocessinstanceidbcodestring-) field). #### [TaskSearchRequest.followUpDateDate](#)[`DateFilter`](../models/date-filter-input.mdx) diff --git a/versioned_docs/version-8.3/apis-tools/tasklist-api-rest/schemas/responses/form-response.mdx b/versioned_docs/version-8.3/apis-tools/tasklist-api-rest/schemas/responses/form-response.mdx index b81ce60fc4..94327ceca0 100644 --- a/versioned_docs/version-8.3/apis-tools/tasklist-api-rest/schemas/responses/form-response.mdx +++ b/versioned_docs/version-8.3/apis-tools/tasklist-api-rest/schemas/responses/form-response.mdx @@ -86,6 +86,7 @@ FormResponse - represents task embedded form. #### [FormResponse.processDefinitionKey](#)`string` > Reference to process definition +> (renamed equivalent of [`Form.processDefinitionId`](../../../tasklist-api/objects/form.mdx#code-style-fontweight-normal-formbprocessdefinitionidbcodestring--) field) #### [FormResponse.schema](#)`string` diff --git a/versioned_docs/version-8.3/apis-tools/tasklist-api-rest/schemas/responses/task-response.mdx b/versioned_docs/version-8.3/apis-tools/tasklist-api-rest/schemas/responses/task-response.mdx index 2dc397b97b..cf10db2199 100644 --- a/versioned_docs/version-8.3/apis-tools/tasklist-api-rest/schemas/responses/task-response.mdx +++ b/versioned_docs/version-8.3/apis-tools/tasklist-api-rest/schemas/responses/task-response.mdx @@ -122,10 +122,12 @@ TaskResponse - represents a user task. #### [TaskResponse.creationDate](#)`string` > When was the task created +> (renamed equivalent of [`Task.creationTime`](../../../tasklist-api/objects/task.mdx#code-style-fontweight-normal-taskbcreationtimebcodestring--) field) #### [TaskResponse.completionDate](#)`string` > When was the task completed +> (renamed equivalent of [`Task.completionTime`](../../../tasklist-api/objects/task.mdx#code-style-fontweight-normal-taskbcompletiontimebcodestring-) field) #### [TaskResponse.assignee](#)`string` @@ -142,10 +144,12 @@ TaskResponse - represents a user task. #### [TaskResponse.processDefinitionKey](#)`string` > Reference to process definition +> (renamed equivalent of [`Task.processDefinitionId`](../../../tasklist-api/objects/task.mdx#code-style-fontweight-normal-taskbprocessdefinitionidbcodestring-) field) #### [TaskResponse.processInstanceKey](#)`string` > Reference to process instance id +> (renamed equivalent of [`Task.processInstanceId`](../../../tasklist-api/objects/task.mdx#code-style-fontweight-normal-taskbprocessinstanceidbcodestring-) field) #### [TaskResponse.tenantId](#)`string` diff --git a/versioned_docs/version-8.3/apis-tools/tasklist-api-rest/schemas/responses/task-search-response.mdx b/versioned_docs/version-8.3/apis-tools/tasklist-api-rest/schemas/responses/task-search-response.mdx index 18ef862716..1f24c75aa6 100644 --- a/versioned_docs/version-8.3/apis-tools/tasklist-api-rest/schemas/responses/task-search-response.mdx +++ b/versioned_docs/version-8.3/apis-tools/tasklist-api-rest/schemas/responses/task-search-response.mdx @@ -126,10 +126,12 @@ TaskSearchResponse - representing the searched task. #### [TaskSearchResponse.creationDate](#)`string` > When was the task created +> (renamed equivalent of [`Task.creationTime`](../../../tasklist-api/objects/task.mdx#code-style-fontweight-normal-taskbcreationtimebcodestring--) field) #### [TaskSearchResponse.completionDate](#)`string` > When was the task completed +> (renamed equivalent of [`Task.completionTime`](../../../tasklist-api/objects/task.mdx#code-style-fontweight-normal-taskbcompletiontimebcodestring-) field) #### [TaskSearchResponse.assignee](#)`string` @@ -154,10 +156,12 @@ TaskSearchResponse - representing the searched task. #### [TaskSearchResponse.processDefinitionKey](#)`string` > Reference to process definition +> (renamed equivalent of [`Task.processDefinitionId`](../../../tasklist-api/objects/task.mdx#code-style-fontweight-normal-taskbprocessdefinitionidbcodestring-) field) #### [TaskSearchResponse.processInstanceKey](#)`string` > Reference to process instance id +> (renamed equivalent of [`Task.processInstanceId`](../../../tasklist-api/objects/task.mdx#code-style-fontweight-normal-taskbprocessinstanceidbcodestring-) field) #### [TaskSearchResponse.tenantId](#)`string`