Skip to content

FWF-4621: [Documentation] BPM Listener readme additions #2734

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

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
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 @@ -29,6 +29,6 @@ Below snapshot shows how to configure the **AccessGrantNotifyListener** to a tas

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

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

![Access Grant Notify listener (messageId) - Snapshot](./images/accessgrantnotify-listner-snp3.jpg.jpg)
![Access Grant Notify listener (messageId) - Snapshot](./images/accessgrantnotify-listner-snp3.jpg)
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ The component is dependent on listed variables from camunda context,
2. applicationStatus
3. formUrl

Optional camunda variables for audit visibility (UI not yet implemented)
* color - Status highlight
* percentage - Progress or completion metric

### How to Use

Below snapshot shows how to configure the **ApplicationAuditListener** to a task.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ The component is dependent on listed variables from camunda context,
2. applicationStatus
3. formUrl

Optional camunda variables for resubmission
* isResubmit - A flag indicating whether the application can be resubmitted
* eventName - The message name that the process is awaiting

### How to Use

Below snapshot shows how to configure the **ApplicationStateListener** to a task.
Expand Down
Loading