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

search results

for actions

(...) ed, these modifications apply only to that specific step. For a more visual experience, it would be nice to highlight these steps in the flow, similar to how steps containing "on entry" or "on exit" actions are highlighted. Thanks, Raluca

(...) he question - how to change field type, but in a way that won't create data loss? I know that WFD_AttBoolX will become WFD_AttChooseY, and propably it's possible to move that data with global cyclic actions like translate WFD_AttBool to WFD_AttChoose, but how should i clear WFD_AttBool? - I shouldnt leave there any data. Maybe should I rather mark those booleans as archive, and create new fields? An (...)

(...) In my use case - i have to start 1-10 subworkflows (each having different start condition), with different workflows, and forms, but with partially shared attributes (marked blue). I'm configuring actions in new process, so i've copied them from existing process, to avoid refilling data about workflow/form/path etc, as those are same, but I had to change attributes (different process) It would be g (...)

(...) a Webcon process that I created some time ago. In doing so, I started to implement some things (e.g. sending emails) in a better way. Now I have noticed that I have an "on entry" action in the step actions in some paths (which was previously responsible for sending emails). Where can I find this "on entry" automation? The automation is obviously not available in the step under "on entry" (see screen (...)

(...) ield (aka. placeholder) in Style and behavior section. Would it be nice if I could enable and set such placeholder value via function (like form rule). As an example, I create a form rule or define actions on change value in field. Changing checkbox field value (as marked, True) I'm setting "mark required" other related field. In such situation I could set placeholder value i.e. 'fill this field with (...)

(...) Hello, we use the actions "Convert word to PDF" and "Generate/Update a word file" and we assign the documents to a dynamic category. The category is not saved to the table WFDataAttachmets, the field (ATT_Attribute1) stays empty. in version 2021.1.4.55 it did work fine. Thank you! Balint

(...) CompilerServices.AsyncTaskMethodBuilder`1.Start[TStateMachine](TStateMachine& stateMachine) at WebCon.WorkFlow.BusinessLogic.Automations.Engine.AutomationCoordinator.RunRecurrentAsync(IWFRecurrentactions Definition recurrentActionDefinition) at WebCon.WorkFlow.Service.Context.ServiceExecuteWithTimeout.c__DisplayClass5_0`1.d.MoveNext() at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 (...)

(...) 1!A1 I don't get error but also I only get the first value from the item list, so obvious I need a table. I also checked this link: https://community.webcon.com/community/public/posts/post/item-list-actions /10 If anyone have any idea what am I missing, please leave your suggestions. Best regards

(...) I would like to suggest building two actions : 1. Converting the value (integer) to the equivalent number of hours and minutes. 2. Adding and subtracting two time attributes (types of action). Example: Ad. 1. 90 = 1 h 30 min Ad. 2. 1h 30 min + 0 h 40 min = 2 h 10 min

(...) I have an error that prevents BPS activities from being loaded. The most used applications list is not displayed and recent actions also does not refresh Version: 2023.1.2.68 Solr Index Queue has all processing pending on the error: Activation error occurred while trying to get instance of type ISolrOperations`1, key "" Admin Event Logs: url: https://***.com/api/nav/db/1/app/12/activities/filte (...)

(...) loop which causes Workflow Service to crash. It can be due to: - default value on one of the columns of initialized item list - initialization itself (either in item list's configuration or by actions like "Update item list values") Usually, when item list is first time displayed on a form, it's either initialized or default values for its columns are calculated. ___ I've been looking for t (...)

(...) jectForElementFormCreator.CreateWorkFlowObject(CreateWorkFlowObjectParams createWorkFlowObjectParams, Boolean saveOnlyComments) at WebCon.BPSCloud.Integration.Base.BusinessLogic.ElementManagement.actions .PortalUserActionExecutor.ExecuteUserActionAsync(IElementForm form, MenuActionButton button, String formRowVersion) at WebCon.BPSCloud.Core.WfDynamic.Services.actions ervice.InvokeMenuActionAsync(I (...)

(...) that Instance ID, the value of BodyContent is modified, but the form rule is not executed. Do you have any tips on how i can achieve something like this? The idea is that i would like to run some actions when an user is replying. thank you.

(...) d.Portal.Extensions.MainContext.MainContextMiddleware.Invoke(HttpContext context, IDbRegistrator dbRegistrator, IHttpContextAccessor httpContextAccessor) at WebCon.BPSCloud.Portal.Extensions.Transactions .TransactionManagerMiddleware.Invoke(HttpContext context, ITransactionMgrFactorySetter transactionMgrFactorySetter) at WebCon.BPSCloud.Identity.MSOFBA.MSOFBAuthenticationMiddleware.Invoke(HttpCont (...)

(...) Hi, Can you help me with advice on how to quickly delete a process that is no longer in use? I should mention that the process has form rules/business rules/actions Thanks, Raluca

(...) Hi, Are there any issues with deleting rows related to cyclical actions in those tables (WFActionExecutions ,AutomationSessionExecutions )? Thanks, Kuba

(...) Hi, Have you encountered this situation? I deleted some instances using the 'Remove Personal Data" then "Archive workflow instances' action. Both actions delete the instance, but the instance's signature remains in the WFElementSignatures table. Thanks, Raluca

(...) Hi, Is there a possibility to configure exchange integration actions - create/update calendar event so it creates Teams meeting? Or only option is Microsoft Graph? Or some powershell? Do you have any examples of that? Best Regards, Dominik

(...) ceptionServices.ExceptionDispatchInfo.Throw() bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) bei WebCon.WorkFlow.BusinessLogic.Helpers.Transactions Helper.c__DisplayClass11_0.d.MoveNext() --- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde --- bei System.Runtime.ExceptionServices.ExceptionDispatchInfo.T (...)

(...) STEP A and STEP B both going into STEP C. In STEP C I have made a path called BACK where I've put as destination step "Back to previous step", but now I'm wondering if I can set up an automation with actions that will act differently depending on where it goes next, STEP A or B. Is there any way to do this? Thank you!