Skip to content

Commit 8b96197

Browse files
committed
FWF-4621: [Documentation] Listener readme additions
1 parent 8058791 commit 8b96197

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

forms-flow-bpm/starter-examples/listeners/accessgrantnotifylistner-readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ Below snapshot shows how to configure the **AccessGrantNotifyListener** to a tas
2929

3030
![Access Grant Notify listener (excludeGroup) - Snapshot](./images/accessgrantnotify-listner-snp1.jpg)
3131

32-
![Access Grant Notify listener (messageId) - Snapshot](./images/accessgrantnotify-listner-snp2.jpg.jpg)
32+
![Access Grant Notify listener (messageId) - Snapshot](./images/accessgrantnotify-listner-snp2.jpg)
3333

34-
![Access Grant Notify listener (messageId) - Snapshot](./images/accessgrantnotify-listner-snp3.jpg.jpg)
34+
![Access Grant Notify listener (messageId) - Snapshot](./images/accessgrantnotify-listner-snp3.jpg)

forms-flow-bpm/starter-examples/listeners/applicationaudit-readme.md

+4
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ The component is dependent on listed variables from camunda context,
2424
2. applicationStatus
2525
3. formUrl
2626

27+
Optional camunda variables for audit visibility (UI not yet implemented)
28+
* color - Status highlight
29+
* percentage - Progress or completion metric
30+
2731
### How to Use
2832

2933
Below snapshot shows how to configure the **ApplicationAuditListener** to a task.

forms-flow-bpm/starter-examples/listeners/applicationstate-readme.md

+4
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ The component is dependent on listed variables from camunda context,
2626
2. applicationStatus
2727
3. formUrl
2828

29+
Optional camunda variables for resubmission
30+
* isResubmit - A flag indicating whether the application can be resubmitted
31+
* eventName - The message name that the process is awaiting
32+
2933
### How to Use
3034

3135
Below snapshot shows how to configure the **ApplicationStateListener** to a task.

0 commit comments

Comments
 (0)