You are viewing limited content. For full access, please sign in.

Question

Question

Workflow Actions Activity: SDK

asked on July 3, 2020

Hi Everyone,

 

I'm working on a project. The project is to create an API using the workflow actions activity which is the SDK.

The concept of the API Project is these:

1. Two different Database.

2. First Database is the Database of Laserfiche, Second Database is any that Laserfiche can communicate. (example: MarkLogic Database).

Scenario for the project:

The created API  search and retrieved information from the Database of Laserfiche and send to any Database that Laserfiche can communicate. (example: MarkLogic Database).

From any Database that Laserfiche can communicate. (example: MarkLogic Database), the information from this Database will send to Laserfiche Database.

Using only the workflow SDK activity.

 

I'm hopping that some one can help me on this project and give me some sample of workflow SDK.

 

Thanks

 

0 0

Replies

replied on July 9, 2020

If your database is accessible by ODBC, you can use the built-in activities to write to it. If, like Laserfiche, direct modifications to the database are not supported, you'll have to look if the other application has an API you can reference in the script activity or a web API that can be accessed through the HTTP Web Request activity.

 

0 0
replied on July 9, 2020 Show version history

Hi Miruna,

Thanks for the response.

 

I'm trying to create the API from this Link

"https://www.laserfiche.com/solutionexchange/extend-workflow-functionality-with-the-workflow-sdk/".

I created the number 2 example of this link.

My problem I got an error that i don't understand because I don't know how to program. Can you help me how to build this API?

 

Thanks.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.