xowf::WorkflowConstruct instproc get_value

 <instance of xowf::WorkflowConstruct[i]> get_value

Defined in

Testcases:
workflow_constructs, xowf
Source code:
foreach {cond value} [:get_cond_values $values] {
  if {$cond eq "" || $cond eq "default" || $cond eq "else" ||
      $cond == "true"} {
    return $value
  } elseif {[:$cond]} {
    return $value
  }
}
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: