Respectfully request if anyone has set up the new GA HTTP webhook for a disconnected trigger with Orchestrator successfully? I went through Orchestrator - Creating an event trigger to set up my connection in Integration Service. I then set up the Event trigger in Orchestrator and created a published process (Studio desktop) that has the Get Trigger Event Output activity and a log message. Whenever my trigger is enabled, the job fails on getting the UiPath event object ID that is a required field in the Get Trigger Event Output activity.
I set the UiPath event object ID to be an in argument with type of string. In Orchestrator I’ve tried several names to pass from the incoming webhook but each time I get the below error. Does anyone know how to properly pass down the event ID from the webhook? If I put in an event ID from a job that failed in Studio and manually run it everything works.
in Main.xaml
at ConnectorActivity “Get Trigger Event Output”
at Sequence “Sequence”
at Main “Main”
UiPath.IntegrationService.Activities.Runtime.Exceptions.RuntimeException: Request failed with error:
ProviderMessage : debug_id - d9c92bb9-ea17-9168-b1db-b99997c64004, details - [{field=null, issue=No instance id found in “Runtime Argument in the trigger”, location=null, value=null}], message - Invalid data provided, name - VALIDATION_ERROR
ProviderErrorCode : 400
RequestId : 697245c6e4b0f15c1cc8a549
Message : Bad Request
Trigger setup argument section:
I have tried using the connection trigger, but that one never triggers. This all worked with the Preview version, just not the GA version that just became available. Any assistance is greatly appreciated.


