Hello Community.
I tried resolving this issue in multiple ways, yet I am unable to. A help would be appreciated.
What you need to know:
- I am using a Start Event element without any connector event. An External App will trigger the process by passing the values through the Run Job Activity.
- It has worked successfully before, but since yesterday it isn’t.
- You can see in the screenshot below, the argument is declared, and it is being passed to the start event element (App trigger)
- during debug, I have specified the values to be passed as you can see below. (it has worked successfully before)
The Issue I’m facing:
- The In_arguments are Null
- I get this warning “Other projects detected, but provisioning step was skipped”
What have I tried till now:
- Deleted the argument, test config values as well as the Start Event element. And created fresh ones.
- If the question is about data type being parsed wrongly. Answer is No. I have tried parsing with and without Quotes " ", (as all my inputs are string)
- I have tried importing as well as creating a fresh BPMN in a new Solution, and then creating and mapping the argument. The warning “Other projects detected, but provisioning step was skipped” dissappeared. But the null argument issue remained.
The Solution I do not want to go with (unless last resort):
- Using an Integration Connector Start Event instead: I do not have access to most of them. The basic Mail trigger will cost me Time due to the minimum 1 minute delay between Email Integration Connection Checks. It completely defeats the purpose of an instant trigger using Run Job.
This is being developed on Staging cloud (UiPath Labs) as part of Agent Hack. It does not cost anything to help another participant on the community forum. Just saying .
Any help would be appreciated. Nothing makes sense to me right now, what am I missing?