WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question

search results

for process

(...) Hi everyone, maybe someone of you has a guess what we can do. - We have an environment with 6 content databases - We have a process which manages the members of a BPS group. - We use the Add/Remove single user to BPS groups to add a single user in synchronous mode (1) - Even so the action times out after 50 seconds it's marked as completed successfully in the history (2) - The duration of the c (...)

(...) 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 (...)

(...) gned person. I know that although having the rights to edit the instances, it couldn't be moved and that yellow message was shown because another person was the assignee. This is not happening in my process es and I'm not sure if that was something changed with the new releases or I'm missing any configuration. I want a department to be able to check and edit instances but if they are assigned to anot (...)

(...) ow 3) Item list column: Data row You can make use of the below SQL commands to check whether you are using one of the listed unsupported types. select APP_Name as [Application], DEF_Name as process , WFCON_Prompt Field, WFCON_SelectOrCaml from WFConfigurations join WFDefinitions on WFCON_DEFID = DEF_ID join WFApplications on DEF_APPID = APP_ID where WFCON_FieldTypeID in (select TypeId fr (...)

(...) ersion: 2023.1.3.202, time stamp: 0x8e09a86d Faulting module name: ntdll.dll, version: 10.0.14393.7070, time stamp: 0x666269e8 Exception code: 0xc0000028 Fault offset: 0x00000000000a5a70 Faulting process id: 0x3dd8 Faulting application start time: 0x01dad1f5fad4b7a1 Faulting application path: C:\Program Files\WEBCON\WEBCON BPS WorkFlow Service\WebCon.WorkFlow.Service.exe Faulting module path: C:\W (...)

(...) 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 o (...)

(...) Hi, at least for partners it would be great to have the security bulletin not only as PDF but as csv or excel file so that the information can automatically be process es. Best regards, Daniel

(...) 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 fie (...)

(...) Hello, I have a weird situation, I gave the user access to application and then to the process for access all instances and attachments. If I use the impersonation option, I can see the application, I can access it as well as reports. When I open any instance I can only see all info but no edit option. The purpose is not to manually access instances from this process , but to search for them using t (...)

(...) 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 Mic (...)

(...) 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, howe (...)

(...) Hello, I would like to create a process that deletes all attachments from my current app. I selected option: Remove attachment and all binary data But when i look into DB: [WFDataAttachmets] i see the records for my given instance Also when i look into [BPS_Content_Att].[dbo].[WFAttachmentFiles] also i see records for my given instance Is there a possibility to delete, to free up space or som (...)

(...) 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 proce (...)

(...) eatures-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 is (...)

(...) bcon community, especially: https://community.webcon.com/posts/post/the-ocr-verification-view-for-the-modern-form/71/3. I have seen in the text layer queue report that the status of my documents is "process ingPending". I don't see anywhere what is the reason why the status is not changing or that anything is happening with this document. (FineReader is installed and license key is entered). I also w (...)

(...) stion is that it is inserted within single quotes: '{WFD_ID}' The reason for this is, that it would prevent errors which may only surface in production. This is the issue what I encountered. A process was tested with a test protocol and transported from validation environment to production. The process worked for a while just fine, than it failed with the error: ** The current transaction canno (...)

(...) Hi everyone, I have a process which updates the group members. This is done in async mode because the synchronization takes a while. I'm trying to prevent updates by moving the workflow to a step which checks whether the synchronization is finished. As far as I found out so far a job get's added to the [UserSynchronizationQueueItems] of the current content database and it maybe get's deleted when (...)

(...) Hi guys and girls has any one of you encountered an issue when trying to edit attachments that are larger than 28 MB? I have a process where a detailed picture documentation is provided using wordfiles which can get very large very quickly. Today for the first time ever i have encountered an error saying "Attachments larger than 28 MB cannot be edited". Has anyone an idea how to get around this (...)

(...) some questions regarding Importing and Exporting applications. I tried exporting and importing an application to a different message but I got the following message when I tried to save and publish process (image attached) 1. What does this line mean "all changes to this process must be made by importing a file containing an updated configuration" ? Is this a necessary step to do on an imported app an (...)

(...) I have a workflow with a step that serves as an approval process . I assign one group and two individuals to this task. My goal is for both individuals to click confirm in this step, and only one person from the group (which contains several people) needs to do so. To summarize, I need to write the logic in a way that differentiates between the assigned individuals and the group, so that only one person f (...)