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

Workflow Commons 3.6.0 #52

Merged
merged 2 commits into from
Jun 28, 2024
Merged

Workflow Commons 3.6.0 #52

merged 2 commits into from
Jun 28, 2024

Conversation

ozgeMendix
Copy link
Collaborator

  • We introduced the audit trail feature to track all events and actions that have taken place in the workflows in your application. Refer to the module documentation for more details on how to configure a workflow event handler for audit trails.
  • We added a key attribute to WorkflowView and UserTaskView entities, that uniquely identifies the workflow and user task instances. The value is helpful for correlating audit trail data to the related workflow or user task.

Note: If you want to add the keys to existing WorkflowView and UserTaskView data you need to run a migration, you can either:

  • Use the migration microflow 'ACT_Key_Migrate' (also added to the 'WorkflowAdminCenter' page), or:
  • Add the 'ASu_Key_Migrate' microflow to the project's after startup microflow.

@ozgeMendix ozgeMendix requested a review from MxMurshed June 28, 2024 11:16
@ozgeMendix ozgeMendix merged commit 3f83033 into main Jun 28, 2024
2 checks passed
@ozgeMendix ozgeMendix deleted the release/3.6.0 branch June 28, 2024 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants