Hello!
I have a workspace selecting a feature then passing its geometry into a different workspace for analysis:
However, I receive these messages and the second workspace doesn't run:
WorkspaceRunner_CleanerUpperOfBatchesInitiator (CreationFactory): Created 1 features
WorkspaceRunner_CleanerUpperOfBatchesDoWeNeedToDoIt (TestFactory): Tested 1 input feature(s) -- 0 feature(s) passed and 1 feature(s) failed
WorkspaceRunner_CleanerUpperOfBatchesRunner (TestFactory): Tested 0 input feature(s) -- 0 feature(s) passed and 0 feature(s) failed
Here is the Geometry Extractor:
Here is the WorkspaceRunner:
Troubleshooting:
When I removed the geometry as a parameter for the second workspace, the WorkspaceRunner succeeded. If I copy the GeoJSON text directly into the analysis boundary box, WorkspaceRunner succeeds as well.
I would love some guidance on this! Thank you!