I'm trying to write a custom workflow activity that needs to query the workflow database for information. Is there a way in the CustomActivity to get the workflow database from the ActivityExecutionContext? It's easy enough to get the Laserfiche repository database, but I want the workflow database. It doesn't even have to be a connection to it since I can always establish that with the SQLClient - just need a reference to know what database it is talking to.
Question
Question
Replies
replied on April 11, 2024
No.
What are you trying to accomplish?
0
0
replied on April 11, 2024
Was hoping to get access to the external objects so I could find the database that I need my custom activity to connect to. But I was able to achieve this through the configuration file for my custom activity's DLL. It would be cleaner to get from the workflow database itself (or through an API to get to the external objects) but what I have works at this point. Thanks, Miruna.
0
0
You are not allowed to follow up in this post.