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

Question

Question

How to get EntryID within a Business Process

asked on January 12, 2022

Hi all,

I need to pass the EntryID of a form that's been saved to the repository to another step in the Business Process, but I'm unsure how to do so. I'd think since the Service Task just saved the Form, it should know the EntryID of the document as a process variable but I can't seem to locate this anywhere.

Is this possible in Business Process, or does this functionality only exist in Workflow?

Thank you!

0 0

Replies

replied on January 12, 2022

This would require Workflow. I usually do the following:

  1. Save to Repository with either
    • A field set with the BP Instance Id, or
    • A guaranteed unique path\name
  2. Workflow Service Task
    1. Locate the document with a field/metadata search, or with Find Entry and the path\name
    2. Set Business Process Variables to store the id into a form variable
0 0
replied on January 13, 2022

Thank you Jason, I've used that approach as well but was hoping it was achievable inside the Business Process itself. Perhaps it will be a future enhancement, would be nice to have. 

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

Sign in to reply to this post.