List of all available steps in decisions?
Comments
-
Where can I get the ist of all the available steps in the Decisions we site? That will help me a lot in coding/designing workflows.
Thanks!
-
Hello, We dont currently have a list of all available steps in the decisions catalog, but you can, however, query the database for the steps that exist.
you can throw a really broad net and search all of them by running this query:
[b]select * from dbo.element_registration[/b]
[b]where is_flow_element = 1[/b]and then narrow it down from there based on any criteria you may want to filter by.