Hi.
I have a Catalog Item with a Service Dialog that starts “/Service/Provisioning/StateMachines/ServiceProvision_Template/default”.
In the apprloval, in the method " / Service / Provisioning / StateMachines / ServiceProvisionRequestApproval / approve_request" I want to gather some dialog input options to decide if this request needs approval or not.
How can I access to the the dialog input options?
I have tried with: (“service” is the name of the text box)
$evm.object[“service”]
$evm.root[“service”]
$evm.root[“dialog_service”]
Thank you.