WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question
Home > Forum > Latest posts

latest posts

Hi everybody.

I'm trying to implement a calculated column into a report.
This is the Query:
(
SELECT
dbo.ClearWFElemAdv(DET_Att3)
FROM WFElementDetails
WHERE DET_WFCONID = 9579
AND DET_WFDID = WFD_ID
AND dbo.ClearWFElemID(DET_Att1) = 1
)

This column is empty. If I put in a value for WFD_ID, e.g. 52750 the column is filled with the correct Value (for item 52750).

What am I doing wrong?

Kind regards
Klaus

In reply to: Daniel Krüger (Cosmo Consult)

Hi Ondrej,

I never noticed that the audit option is gone after the Designer Desk Workflow diagram has been incorporated in the Designer Studio.

If this is gone, the only other option would be the heat map from the Analysis:

https://webcon.com/docs/2025R1/Portal/Analysis/Analytics

But this requires either a subscription license or an addon to the perpetual license.

Best regards,
Daniel

Hi Daniel,
After a longer search, I finally managed to find what I was looking for.

https://community.webcon.com/posts/post/tool-for-workflow-analysis/95/20#:~:text=A%20workflow%20audit%20is%20available,execute%20a%20more%20advanced%20analysis.&text=b)%20Display%20unique%20elements%20%E2%80%93%20this,actions%20executed%20on%20a%20path.

It was available in the 2022 version, but unfortunately, I can't find it in the 2025 version. In post is written, than: Applies to version: 2020.1.x and above; author: Paweł Drab

Does anyone know what might be the issue or where it could be located in version 2025?

MVP

Hi Ondrej,

I never noticed that the audit option is gone after the Designer Desk Workflow diagram has been incorporated in the Designer Studio.

If this is gone, the only other option would be the heat map from the Analysis:

https://webcon.com/docs/2025R1/Portal/Analysis/Analytics

But this requires either a subscription license or an addon to the perpetual license.

Best regards,
Daniel

Hello community,
We previously worked with Webcon BPS version 2022 and has upgraded to 2025.1.1. In the older version, I remember there was an option in Designer Studio (can’t recall exactly where) to view a workflow diagram—similar to the Workflow Designer view—that showed how many times each path was used. I used this feature during testing to verify that all paths were covered and to check the number of executions. Does anyone know where this functionality can be found in version 2025.1.1, or if it has been removed?
Thanks for your help!

Hi to all,
for a little workflow I'd like to copy a file from one Sharepoint bib to another. This should be done automatically as soon as a new file is uploaded.
I have 2 problems:
- The workflow works with the actions for sharepoint with downloading and saving, but the attachment is empty. It always has 0kb. What could be the problem? We mentioned if it only saves the meta data and not the content but where can I adjust it?
- How can I give the workflow the instruction to start automatically?

Please be patient, I'm a pretty new user =)

Thank you in advance!

I'm using 2025_2_1

MVP

Hi,

maybe I'm just overlooking the obvious, but I can't remove the description of an attachment. I don't want to set it to a space character because this would still show the description HTML element which takes up space in the UI.

I've used the "Update attachment" action, ticked the bock to change the description and tried:

- Setting no value in the description field
- Assign a local parameter with the following value assignment
-- No value, didn't change the description
-- Empty, didn't change the description
-- ' ' set the description to a space character
-- '' , didn't change the description
-- SQL command returning null, didn't change the description
-- NULL as a string, obviously set the description to NULL as a string
- Assign an empty constant to the field, didn't change the description
- Use a business rule which returned NULL, didn't change the description

I'm using 2025.2.1.179

Best regards,
Daniel