Skip to content

Commit 62c2fb2

Browse files
authored
Merge pull request #301 from nextcloud/doc/add-chain-example
docs: add example of chained workflow to readme
2 parents 4eafb09 + 3efbe22 commit 62c2fb2

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@ Workflow definition:
3131

3232
A pending tag can only be used in one approval workflow.
3333
Workflows can be chained. For example, if the approved tag of a workflow A is used as the pending tag of another workflow B,
34-
then once a file is approved by the workflow A, it becomes pending for the B one.
34+
then once a file is approved by the workflow A, it becomes pending for the B one. For an example of a chain involving a leave
35+
request that needs to be approved by a manager and then the department head, there is a screenshot below.
36+
37+
![Workflow chain](https://github.com/nextcloud/approval/raw/main/img/workflow_chained.jpg)
3538

3639
## Tag assignment
3740

img/screenshot_chained.jpg

378 KB
Loading

img/screenshot_chained.jpg.license

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
2+
SPDX-License-Identifier: AGPL-3.0-or-later

0 commit comments

Comments
 (0)