Can't add Integration Svc Arguments to process

I’ve noticed something weird and need help.

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.

And just to show that it is not in Data Manager:

What is happening? Where did the argument go?

@Terry_Marr,

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.

Thanks,
Ashok :slight_smile:

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?

@Terry_Marr

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

Cheers

Pretty odd behavior here. I can’t believe this is the way they chose to handle it. It’s also not documented anywhere.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.