danielgerlag / danielgerlag/workflow-core
PersistedExecutionPointer.EventName/EventKey with [MaxLength(100)] instead of [MaxLength(200)]
- Dominant language
- C#
- Stars
- 5.9k
- Forks
- 1.3k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 5
Description
**Describe the bug**
This is only a database related bug, because, if I create a workflow based on an event with more than 100 characters, it will start complaining about column size.
**To Reproduce**
Simply create a workflow based on an Event where EventName/EventKey value is greater than 100 characters.
**Expected behavior**
All EventName/EventKey columns should have the same MaxLength in PersistedEvent/PersistedExecutionPointer/PersistedSubscription (only PersistedEvent seems to be different)
**Additional context**

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.