OpenRPA version: 1.4.54
OpenFlow version: 1.5.0
Using app.openiap.io or self hosted openflow: self hosted
Error message: error CS0103: The name ‘TestArgument’ does not exist in the current context
Screenshot or video:
Attach a simple workflow from OpenRPA or NodeRED that reproduces the error/issue:
Note:
- Despite the compilation error, when the Parent Workflow is executed, the Invoke Code is executed correctly (not error is thrown) and the workflow execution successful.
- Outside the Invoke Code activity TestArgument is recognized successfully.
ParentWorkflow.json (4.2 KB)
ChikdWorkflow.json (5.9 KB)