How to make sure verification tasks are visible in web stations when creating tasks via SOAP API?

Question

I am creating verification tasks programmatically using 

CreateTask( int sessionId, int batchId, int stageExternalId, int priority, string comment, int UserId, int[] docIds, bool setAsCurrentTask );

However, for some reasons tasks are accessible only in rich Verification Station. Enable web-stations option is turned on in the workflow properties. How do I get tasks to be visible in web-stations as well?

Answer

Send tasks to Verification\Preprocessing stage rather than to Verification. The external Id of the stage specific to a project and a batch type can be found in dbo.ProcessingStage of FlexiCapture 12 Database.

Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.