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

latest posts

In reply to: Jack

Hi,
did you try "Additional path validation form rule".
inside it you can use Business rule, which can include checking if someone is in the group.
The advantage of this validation is that it is ALWAYS performed (even if the process is waiting for other people)

OK, it works if there is only ole line in Item List ...
but if is more than one and last one have positive condition then it go throw not stop ....

how to brake behave ? like "stop" / "brake" ect.
if any = false then stop....

should I do:
add path "do nothing"
in condition (on else >> invoke menu button
to button assign go by path "do nothing" ? .. but then I have error/prompt to not do that way ... "try do it in proper way ... " (yeah, sure ... how ? )

-- edit ---
I did go throw path in condition ... OK, semi success ...
now it stays in proper step but ....


now how in proper way configure go through "do nothing" to:
- if some one finish then keep that status [in that configuration is working]
- if someone from condition status "false" went by "do nothing" then keep status not finished step .... [is not working ... treats as finished ...because it finished and enter again ... ]

Hello all,

I'm trying to set up a report like the one in this article: https://community.webcon.com/posts/post/new-features-of-charts-in-reports/333/35
where I want to combine a Bar chart with a Line one but I keep having errors on the rendering of the report.

I want to show the sum of days in each step of the process (Bar chart) and the average Day(s) in step as a Line chart.
This is not working.
I don't have any filters, nor calculated columns. I've tried to create a chart with another field to check if the issue is related with Day(s) in step field, still I get the error.

Does anyone configured something like this?
Thank you

Hi,

I have configured an On start (cyclical) action that is basically starting at 12:00AM and stops at 6:00AM, and is doing so every 2 minutes. What it does is to create an instance for the same process (parent process - where is also the global action configured). Parent process is running a loop on a data source that contains 10 entries and starts 10 other instances on a second process (child process).

To put it more simple, every 2 minutes a parent instance is created that will create 10 other child instances.

Between 12:00 and 3:00 usually there is no entries in data source, so no children are created. But around 3:00AM the database starts to be populated, so there is the moment where children starts to be created.

What is weird.. is that the very first parent instance is usually not saved in Webcon (something is happening and I don't know what), but its children are there.. created... and this problem creates for me duplicate children. And for that parent instance, because basically doesn't exist, there is no entry in WF tables so I can search for some bugs, errors, info.. anything that happened.

Anyone have any idea why this happens? Thank you!

Hi,
did you try "Additional path validation form rule".
inside it you can use Business rule, which can include checking if someone is in the group.
The advantage of this validation is that it is ALWAYS performed (even if the process is waiting for other people)

I have problem with validation form.

1. I have step where task is assigned to tech group All
(other groups in form)
a) Lider = Person A or Person A and Person B
b) User group = Person 1, Person 2 ... Person X
c) All = Lider + User group

Now I have conditions to few cells in "item list"

If user is one of Lider (group) then he need to fill and set proper values in each row in "item list".
if user is one of User Group then he don't need to do anything or is filling first part of "item list"

Paths:

if Path Zapisz (save) >> resets [cancel all and assign again] all done tasks and all need to do task (step) again

if path "ocena raportu" (next step) then all need to finish step ..
[when was 1 of all - then validation works, but I would like to validate only if the user is one of particular group.
another problem is if i do conditions on that validation then is validate for last person but it should ship validation and hold only particular use doesn't matter if other finished or not.

I did the bugging from step and
if anyuser go ba save then:
- action on save is done
- condission check is done to see what was the path

thats fine it went throw save and path grup of acctions but ...

if any user went by "next step" then "holds" ... waits for others and did not use save step action :/
so if I have wait for others to finish the validation is not working :/ is not doing any actions on "end" or "on save" .... ..

So how to validate form only if path is "next step" , condition is "wait for others to finish" and user is in "special group? " ?
but ignore checks if path is "save" ?

if Path Zapisz (save) >> resets [cancel all and assign again] all done tasks and all need to do task (step) again
if path "ocena raportu" (next step) then all need to finish step .. [when was 1 of all - then validation works, but I would like to validate only if the user is one of particular group.
another problem is if i do conditions on that validation then is validate for last person but it should ship validation and hold only particular use doesn't matter if other finished or not.