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

Store & display evaluated activity state in workflow instance viewer #3776

Merged
merged 4 commits into from
Mar 7, 2023

Conversation

sfmskywalker
Copy link
Member

This PR updates the execution log entries to also capture activity state at the time the entry is created, allowing for monitoring how activity state changes over time (per log entry).

BREAKING: The DB schema was changed, so make sure to delete your DB or manually add the new column to the table.

A new column called ActivityData was added to the WorkflowExecutionLogRecords table.

The actual SQL type is nvarchar(max) for SQL Server and TEXT for SQLite. For PostgreSQL, it is text.

@sfmskywalker sfmskywalker merged commit 1ac64b8 into v3 Mar 7, 2023
@sfmskywalker sfmskywalker deleted the v3-evaluated-activitystate-journal branch March 7, 2023 20:40
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.

1 participant