Skip to content

Commit

Permalink
Merge branch 'main' into patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
LilyanaOviPe authored Feb 1, 2024
2 parents 3c3a311 + 946375e commit a5b1709
Show file tree
Hide file tree
Showing 81 changed files with 6,679 additions and 5,392 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/community-id-requester.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- id: checkout
name: Check out the repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
token: ${{ steps.token_gen.outputs.app_token }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/disallowed-content-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- id: checkout
name: Check out the repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
token: ${{ steps.token_gen.outputs.app_token }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/markdown-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- id: checkout_repo
name: Check out the repository content
uses: actions/checkout@v2
uses: actions/checkout@v3

- id: check_files_changed
uses: dorny/paths-filter@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merged-pr-labeler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- id: checkout
name: Check out the repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
token: ${{ steps.token_gen.outputs.app_token }}

Expand Down
2 changes: 1 addition & 1 deletion .reuse/dep5
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ Upstream-Contact: Valentina Valkanova (valentina.valkanova@sap.com)
Source: https://github.com/sap-docs/btp-task-center

Files: *
Copyright: 2022 SAP SE or an SAP affiliate company and btp-task-center contributors
Copyright: 2023 SAP SE or an SAP affiliate company and btp-task-center contributors
License: CC-BY-4.0
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ We recommend using the SAP Task Center documentation on SAP Help Portal as a sta

1. Open the [SAP Task Center Documentation](https://help.sap.com/docs/TASK_CENTER/08cbda59b4954e93abb2ec85f1db399d/9693186f1fe54cbe801085d6bdfe8287.html).
1. You can either:
* Choose *Edit* to suggest a change for the current page you see in the Help Portal viewer, or
* Choose *Feedback* to open a GitHub issue in this repository.
* Choose *Feedback* > *Edit page* to suggest a change for the current page you see in the Help Portal viewer, or
* Choose *Feedback* > *Create issue* to open a GitHub issue in this repository.

If you only make a small contribution, that's the quickest way to propose a change. For larger contributions, we recommend forking this repository to work locally. The filenames in the [docs](docs) directory are created based on the title of the page on SAP Help Portal.

Expand Down
16 changes: 10 additions & 6 deletions docs/10-what-is/conventions-and-technical-restrictions-f0f13bf.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@ Considering this information during development helps you achieve optimal use of

- During the initial pull SAP Task Center loads the tasks, which have been updated or created in the past 90 days \(this is the **maximum initial pull period**\). Previous tasks are not loaded into SAP Task Center.

- During the initial pull load, if SAP Task Center cannot retrieve a token in one hour, it automatically sets the *tc.enabled* property to ***false***. To continue, you need to manually set the property to ***true***.
- During the initial pull load, if SAP Task Center cannot retrieve a token in one hour, it automatically sets the *tc.enabled* property to `false`. To continue, you need to manually set the property to `true`.

- SAP Task Center communicates with the task provider applications via predefined destinations in a customer subaccount. For each configured destination, SAP Task Center creates a connector to the provider application internally, which updates tasks from this provider into the task cache.

- For every enabled connector \(with the property ***tc.enabled = true***\), after the initial pull has passed, the task cache is updated with the recently created, modified, or completed tasks as follows:
- For every enabled connector \(with the property `tc.enabled = true`\), after the initial pull has passed, the task cache is updated with the recently created, modified, or completed tasks as follows:

- If the ***tc.clientId*** property is set up for the enabled connector, then the task cache is updated every 5 seconds.
- If the `tc.clientId` property is set up for the enabled connector, then the task cache is updated every 5 seconds.

- If the ***tc.clientId*** property is not set up for the enabled connector, then the task cache is updated every 30 seconds.
- If the `tc.clientId` property is not set up for the enabled connector, then the task cache is updated every 30 seconds.

> ### Note:
> Currently the ***tc.clientId*** property is not available for every task provider.
> Currently the `tc.clientId` property is not available for every task provider.

- A clean-up job runs on a daily basis for every tenant. This job deletes from the task cache the following tasks:
Expand All @@ -50,12 +50,16 @@ Considering this information during development helps you achieve optimal use of

- The SAP Task Center integration does not support substitutions for any of the supported SAP solutions. If there are defined substitutions or delegates in any of the supported SAP solutions, they will not work with the SAP Task Center.

- Searching, filtering and sorting by the *Created By* column is not possible.
- Searching, filtering, and sorting by the *Created By* column is not possible.

- Searching, filtering, and sorting by fields exposing custom attributes with formatted value is not possible, for example custom attributes of type `STRING` and format `USER`, which have formatted value.

- The SAP Task Center service only enables, but does not include the integration implementation from the supported SAP solutions.

- Not all use cases, supported by the task provider systems, are supported in SAP Task Center. For more information, see [Supported Solutions and Use Cases](supported-solutions-and-use-cases-758209c.md).

- All messages returned by the SAP Task Center service are only in English.

- Notifications displayed in the SAP Task Center Web app are only in English.


Loading

0 comments on commit a5b1709

Please sign in to comment.