Skip to main content

Hello!

Recently we started to replace some Http Connectors to Web Connection, for that we checked in database to see which process flows have it.

We discovered that for a process flow which is present in database, it does not display on the Software Factory UI, we are not sure how that happened, but it happened somehow.

If we try to add one with that name, we get obviously an error that the name is already taken.

Do you have any idea how to bring it back to the UI or how it happened? We might need to take a closer look into it to see it's importance, but until then will be nice to know what is going on.

Thanks!

Hi @Ionut,

That is a bit strange. Can you run the Select query as presented in the Debug panel of the Windows GUI? There could be some discrepency between a regular select * from table and what the GUI actually executes.

Also make sure you run thye query on the Software Factory database. The IAM database also has the process_action table and can contain a record for this whilst the row in the SF does no longer exist.

Alternatively, (re)create the process flow and inspect the History via the Show history task (Ctrl + H). That should tell the tale about its existence.


Hi @Mark Jongeling,

​Indeed your suggestion with the debug panel helped me to identify what is going on.
Basically, that is an existing Process Flow, but not a normal one, it is a Sub Flow which appears of course in the database.
The select for process flows is like this:

While the one for Sub Flows is opposite.

Thanks for help, now is clear how that works.


Reply