I’m working on a project using the REFramework, and I need to pass arguments between workflows. I’m currently at the stage where I need to pass values into a workflow using the nvoke Workflow File activity. However, I’ve noticed that the new updated Arguments property in the activity requires a Dictionary of key-value pairs.
I’m a bit confused about how to structure this and properly pass the arguments using key value pairs. Can someone guide me through the process or provide an example?