elsa-workflows / elsa-workflows/elsa-core
Uncaught (in promise) TypeError: Cannot read property 'inputProperties' of undefined
- Dominant language
- C#
- Stars
- 7.9k
- Forks
- 1.5k
- Avg merge
- 15h 22m
- Merged PRs (30d)
- 114
Description
I used elsa in version 2.4.1.2
` builder.StartWith((t) =>
{
List applications = t.GetInput>();
});`
In the front-end https://localhost:44363/workflow-registry/RegistCenterApiFlow open my process to view, and an error is reported
`p-51232d33.entry.js:1 Uncaught (in promise) TypeError: Cannot read property 'inputProperties' of undefined
at p-51232d33.entry.js:1
at p-a3b5bd35.js:1
at p-a3b5bd35.js:1
at un (p-a3b5bd35.js:1)
at p-a3b5bd35.js:1
at Ot (p-a3b5bd35.js:1)
at Object._t [as map] (p-a3b5bd35.js:1)
at mapActivityModel (p-51232d33.entry.js:1)
at Array.map ()
at c.mapWorkflowModel (p-51232d33.entry.js:1)`
Contributor guide
Assessment
This issue has not been assessed yet.