elsa-workflows / elsa-workflows/elsa-core
Read event inputs in next activity?
Open
documentation
triaged
- Dominant language
- C#
- Stars
- 7.9k
- Forks
- 1.5k
- Avg merge
- 15h 22m
- Merged PRs (30d)
- 114
Description
Is there any smooth way to the read the "input" field of an Event triggered using the API?
At the moment I use `getInput("__EventPayloadWorkflowInput")`. This returns the object of the "input" field, but the Activity faults.
"Cannot read properties of null". Which is strange, because the WriteLine activity outputs the correct value, but the Activity still faults.
Contributor guide
Assessment
This issue has not been assessed yet.