Good day!
I’m playing around with inquiries to see how they work and I ran into a number of issues:
When my workflow creates an inquiry, it shows up with a hash in the inquiries page. How can I add a more human-friendly name instead? This is not clear to me from the documentation.
I’ve created a simple inquiry that asks for a boolean.
action: core.ask
input:
schema:
type: object
properties:
approved:
type: boolean
description: "Continue?"
required: True
The UI gives me an unchecked boolean. When I click “respond”, I get an error that the schema is invalid because It’s an empty object. How can I provide a default object that has the boolean value explicitly specified?
In my first attempt to create an inquiry, I made a mistake in the way I describe the schema. When I click the inquiry on the inquiries page, I go to an empty page and get a javascript error. The only way for me to recover is manually navigate to the main URL of stackstorm (back button won’t help). Is this a known problem?
I hope that some of you can help me with these issues.
Thanks in advance!