Resolved! How to get the stage of an SCTASK to use in a Catalog Client Script
I'm trying to perform some UI policies based on a stage of a SCTASK in my workflow.I can't seem to get the stage value in my catalog client script. When I try this, the stg variable comes up blank.var stg = g_form.getValue.stage;alert ("Stage is: " +...