I’m starting a new process that I intend on triggering from an Integration Service Connector. According to the docs, I’m trying to add arguments to my process like so:
But here’s where it gets weird. When I add these arguments spelled exactly like they show, for example, UiPathEventConnector, it just disappears. It doesn’t show up on my list of arguments anywhere, not in Data Manager, and in the Arguments Panel at the Main Sequence. If I try to add it again I get the message saying I already have it.
Try logging the value of the variables UiPathEvent or any other. I guess these variables gets associated by default to the project or bot object as properties. So we no more require to create them again.
I ran a test. I declared 2 of the 4 as arguments, then put a breakpoint on the process immediately. When I looked at the Locals panel, those 2 arguments are there with null values, but the other two are not there.
None of them show up on the Arguments panel nor the Data Manager. Why do they just disappear? I looked at the project.json, but there doesn’t seem to be a place for arguments there either. Is there somewhere else they are stored?
Those are not exposed outside as these values are set by the trigger of integration service directly…you run just by debug they would be empty only…and you need to add them but yes they wont be visible as the intent is to restrict adding any default values to it