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

Question

Question

Invoke workflow in LF cloud

asked on June 18, 2020

 

Our first workflow is splitting multi page PDFs into individual documents

We are passing them to a 2nd workflow to run capture profiles to extract metadata and route

 

Once this happens, LF is only processing the very first page, it is ignoring the subsequent documents

0 0

Replies

replied on June 19, 2020

I was able to create a very basic system that sounds like it does more or less what you want. I have a parent workflow that's splitting a multipage document into individual pages, then I'm sending EntryIDs for each single-page document via InvokeWorkflow to a child workflow that finds the single-page document, runs a capture profiles then does stuff with it (in this case, return the extracted value as an output parameter). Apologies if I'm missing the point entirely, but in any case, could you provide more details about how your workflows are configured?

 

Workflow to split multipage document 

 

The invoked workflow:

 

After running the parent workflow, the ExtractedValues multivalue token has a distinct value extracted from each of the pages of the original multipage pdf.

2 0
replied on April 15, 2021

Hello,

I am trying to build a similar workflow that will split a mutli-page document into smaller documents, based on an Invoice Number.

How are you using your token calculator? Is it keeping a count of the EntryIDs?

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

Sign in to reply to this post.