Open
Description
Expected Behavior
Connecting a primitive to a forceInput
input pin saves a workflow with Save API Workflow correctly and loads that workflow with the primitive value correctly.
Actual Behavior
Connecting a primitive to a forceInput
input pin, then clicking Save API Workflow, will save a workflow that has the primitive value. Loading it, however, shows the primitive value is missing. this is unexpected.
Steps to Reproduce
- There are no vanilla
forceInput
nodes, so you'll have to author one. - Connect a primitive to the
forceInput
input. - Click "Save API Workflow" in the menu.
- Load the workflow
- Observe the value is missing
Debug Logs
(no notable output)
Other
No response