elsa-workflows / elsa-workflows/elsa-studio
'Object', but the target element has type 'Null'.
- Dominant language
- C#
- Stars
- 301
- Forks
- 181
- Avg merge
- 17h 12m
- Merged PRs (30d)
- 42
Description
1. Create a workflow (Child workflow)
2. Create a input with name: "ObjectVariable"
3. Create a output with name "ObjectVariable" (Same as input)
4. Enable "Useable as activity"
5. Create new workflow
6. Use "Child workflow" as activity
7. Change input of Object to type Javascript.

Symptom
The requested operation requires an element of type 'Object', but the target element has type 'Null'.

Client version: 3.1.0-preview.297
Server version: 3.1.1
Probably the issue is the fact that we use the same name for the input and output. To avoid this scenarios we might want to have some validation.
Contributor guide
Assessment
This issue has not been assessed yet.