I'm also curious as to where to find documentation related to xpath functionality. I've see the xpath in the menu options when right clicking on the table metadata node. If I click on one of the items I see some activity in the console, presumably it's running which ever action is selected.
If I want to use them in a Sql Operation action in a process how do I know that "[creationDdl]" from the menu would translate to: %x{$SOME_TABLE/tech:creationDdl()}x% ? This was probably the closest thing I could find:
stambia.org/stambia_internal/di/stambia-...datatoaProcessAction
What does "tech" mean in this context and how would one know to put that there?