Skip to content
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

EventLogPlugin #828

Closed
rsoika opened this issue May 4, 2023 · 0 comments
Closed

EventLogPlugin #828

rsoika opened this issue May 4, 2023 · 0 comments
Labels
Milestone

Comments

@rsoika
Copy link
Member

rsoika commented May 4, 2023

Implement a generic EventLogPlugin.

The goal of this plugin is to generate eventLog entries based on a BPMN Event configuration.

For example: (based on the TaxonomyPlugin)

<eventlog>
        <topic>snapshot.export</topic>
	<ref>$uniqueid</ref>
	<timeout>60000</timeout>
        <document>
             <item name="amount">500.00</item>
             <item name="department">Finance</item>
        </document>
</eventlog>

The plugin simply creates a new eventlog entry

@rsoika rsoika added the feature label May 4, 2023
@rsoika rsoika added this to the 6.0.3 milestone May 4, 2023
rsoika added a commit that referenced this issue May 4, 2023
@rsoika rsoika closed this as completed Aug 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant