Hi all, we have a workflow that takes IDR investigations and sends them off to Opsgenie to alert our on call personnel. This has worked for months without issue.
This morning, the job failed and the error log is showing in the Get Investigation step for IDR. I verified that the trigger URL was correct in the Data exporter. I deactivated/activated the workflow.
I ran some tests and still receive the same error. Here is log output. Anyone have any idea? I have opened a support case.
(‘Unable to validate action input JSON’, ClientException(‘Step error: Plugin step input contained a null value or empty string in a required input.\nIf the input was given a variable in the Workflow Builder, please double-check that the variable contained a value at run-time. If the input had a valid value and the issue persists, please contact support for assistance.\nInvalid input was found in: id’))
Traceback (most recent call last):
File “/usr/local/lib/python3.8/site-packages/insightconnect_plugin_runtime-5.2.4-py3.8.egg/insightconnect_plugin_runtime/plugin.py”, line 567, in start_step
step.input.validate_required(params)
File “/usr/local/lib/python3.8/site-packages/insightconnect_plugin_runtime-5.2.4-py3.8.egg/insightconnect_plugin_runtime/variables.py”, line 70, in validate_required
raise ClientException(message.format(key=key))
insightconnect_plugin_runtime.exceptions.ClientException: Step error: Plugin step input contained a null value or empty string in a required input.
If the input was given a variable in the Workflow Builder, please double-check that the variable contained a value at run-time. If the input had a valid value and the issue persists, please contact support for assistance.
Invalid input was found in: id
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/usr/local/lib/python3.8/site-packages/insightconnect_plugin_runtime-5.2.4-py3.8.egg/insightconnect_plugin_runtime/plugin.py”, line 409, in handle_step
output = self.start_step(
File “/usr/local/lib/python3.8/site-packages/insightconnect_plugin_runtime-5.2.4-py3.8.egg/insightconnect_plugin_runtime/plugin.py”, line 573, in start_step
raise Exception(
Exception: (‘Unable to validate action input JSON’, ClientException(‘Step error: Plugin step input contained a null value or empty string in a required input.\nIf the input was given a variable in the Workflow Builder, please double-check that the variable contained a value at run-time. If the input had a valid value and the issue persists, please contact support for assistance.\nInvalid input was found in: id’))