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 (...)
Hello, I want to clear some form fields after path transition that leads to the same step. I tried using action template to change values of multiple fields by inserting null values, howewer I get an exception when it gets to the datetime fields: System.ArgumentNullException: Value cannot be null. Which value should I insert to set date form field to empty, or is there another way to do it?
Hi, I did upgrade to the version 2023.1.3.169 but I can't see the action of KPI. How Can I active and see this action? Thanks, Raluca
I have a process [1] in which you enter qualifications for people. Then I have another process [2] in which qualifications are also entered and when the step is exited, the data from process [2] should be entered into process [1] via a subworkflow. The data that comes from process [2] is in an item list and should all be entered individually (as separate instances) into process [1]. Before this, however, a query should be made as to whether the respective instance of the specified person has (...)
Hello all, I know this is not the best practice but I have an approval step where the users might need to have that rejected to make changes in the form. The step is only handled by the approver and I don't want to use admin options to change the status for a specific request. I thought about adding a timeout to check if New comments were added in the request. I know that in the notification configuration, I can select the last comment entered. But I want to create a SQL rule to active/i (...)
At the end of the approval process I'm sending email with some details and all atachments to specific mailboxes. But from time to time I'm getting error "ErrorAccessDenied Message: Access is denied. Check credentials and try again". Credentials are ok - it is sending 100 emails and giving this error on 10 another cases. Might be connected that Webcon app is sending 100 emails in like 2-3 minutes and Microsoft Graph has some limitations?
Hello all, Does anyone have a timeout defined that is using the Executed at specific hours options selected? I'm trying to set the timeout to run at midnight but eveytime that I save, it changes it for 11PM. I have a date field, I want to use that date as the Start Date and then make the timeout run at Date + 12AM. For example: 17/17/2024 12:00 AM Thank you
Hello all, Does anyone have a timeout defined that is using the Executed at specific hours options selected? I'm trying to set the timeout to run at midnight but eveytime that I save, it changes it for 11PM. I have a date field, I want to use that date as the Start Date and then make the timeout run at Date + 12AM. For example: 17/17/2024 12:00 AM Thank you
Hello all, I have a process that can be started either from a Parent workflow or in the workflow, using a menu option (creating a sub-task). In the start step, I have editability rules, if the user is creating a sub-task, some fields can be edited, but if the task has come from another process, those fields cannot be changed. In the URL, I'm passing the ID when the user creates a sub-task to a field in order to use it as editability parameter. However, although the field has information o (...)
We would like to run a PowerShell script periodically, to prepare data for selected cases in one of our interfaces. BPS Studio version 2023.1.3.202 doesn't give us an option to add that type of action in global actions (configured for the process). So currently we have to use a task, that is configured in TaskScheduler on the application server, to run it. Is there an option in BPS Studio to run a PowerShell script that is not connected to only one particular case data? Are there any plans to (...)
Hi guys, i just have another question... we need to create an Excel file from an item list. Basically, this works well using an appropriate Excel template. However, I have fields in the item list that are filled from a fixed value list and the action then creates an entry in the column in the format [ID#Name]. But I only want to see [Name]. What am I doing wrong?
Hi everyone I started using Webcon in May, so I'm pretty new to everything. I'm trying to setup an internal process to move and lock Active Directory users. This involves moving the user to a different OU, but I can't seem to find this option in Webcon (other than executing Powershell which I'm trying to avoid for security reasons). Does anyone have experience in this? Greetings from Switzerland Raymond
Hello all, This might be a very simple question! I'm trying to set up a calculated date field using a concat function and then a text to date in order to format it to date, but I'm keep having an error saying that String '7/3/2024' was not recognized as a valid DateTime. It looks like the conversion function is not working. Do you know if that only works if selecting a field? Meaning, I need to create the concat information prior and then use the field in the conversion? Thank you
Hello all, Does anyone configured an action for Document signatures using the built-in action for Sign an Attachment with CoSign? I'm not sure how to establish the SOAP Url and login. I thought that selecting the attachment, the user would be prompt to login in DocuSign page and sign the document. Thank you
Hi, I need your help. The topic is actually quite simple, but unfortunately I have a problem with this one process. I start a new parallel subworkflow in an action (ID is saved in a technical field), which I want to update later. In the action "Update related workflow instance" we get the message for the users: Incorrect instance ID: ''. When we execute this workflow, the ID is found and the data is written. So it seems to be an authorization problem? Both processes are in the same a (...)
Dear Community, After upgrading WEBCON BPS to latest standalone version 2023.1.3.202 (from 2023.1.3.169) I noticed that there are errors in mail sending report. E-mails are delivered but log is filling up with error. Error: "Failed to save information in the workflow instance history about the successful email sending execution" Error details: "Unrecognized Guid format." Attached screenshot with it. In history there is only information about adding e-mail notification to queue. No (...)
Hello all, Does anyone have access to the document mentioned here for the digital signature: https://community.webcon.com/posts/post/attachments-in-webcon-bps/367/22 Thank you
Hi, I have one major problem with the Add privileges action. It works when I add privileges to single users but doesn't apply when I choose a group as a USER / SQL query. On the Instance level there is information that the Group has privileges but members of the group do not have access to the instance. Additionally when I add privileges to the group manually users of the group can see the contents. Where am I making a mistake? ver. 2023.1.3.169
Hey, I am creating a workflow where I would like to give option [Send Back for LEGAL Check] on different steps (Screen shot added ). However, I want to create a restriction so on the legal check step users can see only paths related to the step that it came from. Not all paths because that would be extremely confusing (screenshot of all paths added). So for clarification if the flow was send to "legal check" from step "Business Approval" I want user on the "legal check" step only to see path (...)
Hello community! I'm facing a challenge for which i don't see any solutions, maybe You will be able to find it. Use case: User registers new form (parent), to that form, he needs to register additional forms (children). It's 2 level tree childrens are leafs, they can't be parents. On those children forms, there are validation rules, which depends on data from the parent form, and a path [Validate] which checks for required fields. To make sure that children forms are filled properly (...)