diff --git a/forms-flow-bpm/starter-examples/listeners/accessgrantnotifylistner-readme.md b/forms-flow-bpm/starter-examples/listeners/accessgrantnotifylistner-readme.md index 4c08512e84..bc575fb2ad 100644 --- a/forms-flow-bpm/starter-examples/listeners/accessgrantnotifylistner-readme.md +++ b/forms-flow-bpm/starter-examples/listeners/accessgrantnotifylistner-readme.md @@ -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) \ No newline at end of file +![Access Grant Notify listener (messageId) - Snapshot](./images/accessgrantnotify-listner-snp3.jpg) \ No newline at end of file diff --git a/forms-flow-bpm/starter-examples/listeners/applicationaudit-readme.md b/forms-flow-bpm/starter-examples/listeners/applicationaudit-readme.md index 30c7177b47..92aca206ca 100644 --- a/forms-flow-bpm/starter-examples/listeners/applicationaudit-readme.md +++ b/forms-flow-bpm/starter-examples/listeners/applicationaudit-readme.md @@ -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. diff --git a/forms-flow-bpm/starter-examples/listeners/applicationstate-readme.md b/forms-flow-bpm/starter-examples/listeners/applicationstate-readme.md index 41e2de87c4..0b674d2196 100644 --- a/forms-flow-bpm/starter-examples/listeners/applicationstate-readme.md +++ b/forms-flow-bpm/starter-examples/listeners/applicationstate-readme.md @@ -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.