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

search results

for CC

(...) ntroducing a method that will force an inactive user to log out of the portal after 10 minutes. We found the Security configuration and changed the cookie expiration time (set it to 10 minutes). SuCC essful logout oCC urred after 10 minutes. After logging out, a login window appears. In some cases, the user had to enter the correct login and password several times before being able to enter the por (...)

(...) d from a data source throws and this causes an error, it's not easily possible to see the actual "request" which was used to get the data. There are ways around this: - In case of SQL and you have aCC ess to the server you could activate the SQL profiler - In case of rest/soap requests you could add an http interceptor which can be used as a proxy. If you don't have aCC ess to the server or the (...)

(...) of our workflows and the complex tasks we perform. However, the mobile application's interface and functionalities do not always translate seamlessly to desktop usage, where the majority of our work oCC urs. The addition of PWA support would bridge this gap significantly by offering a number of compelling advantages: 1. Seamless Integration and Uniform Experience: PWAs provide a consistent and (...)

(...) ation) to load item list ... but it works only if menu button is (to have it I need save flow - set Signature ) then it works but with out save and set signature menu button is invisible and can't aCC ess :/ if I start flow from other flow (start subflow aCC tion) on path Save (Zapisz) then I have got all data like filled form and added item list ... but if on start I put in drop down list (...)

(...) partments. The main Workflow should be able to see the current status/step of every subworkflow. But with what I did, I am getting 2 Errors [Form] "Failed with an unknown exception Fehler-ID: d1a18CC 6-c67d-43bb-b883-66e3584445e9" [] "during saga execution: Failed with an unknown exception". See the attachment for a picture of that. How I tried to realise this scenario: On the only path from (...)

(...) tion, Boolean breakConnection, Action`1 wrapCloseInAction) bei System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asynCC lose) bei System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, B (...)

(...) kFlow.SDK.Interfaces.ActionPlugins.ICustomAction.Run(IRunCustomActionParams parms) at WebCon.WorkFlow.Base.DataHelpers.SDK.SDKPluginLogger.ExecuteWithLogs(Action action, Boolean saveLogs, Func`1 isSuCC es) at WebCon.WorkFlow.Base.Actions.PluginExecute.FireAction(InternalWorkFlowObject wfObject, IWFAction wfAction, ITagParser tagParser, String& message, String& logMessage) at WebCon.WorkFlow.Base.M (...)

(...) er [now I have got static Attachment ID] but now I have got problem with: [code="error"] Kopiowanie Załącznika do innego Flow - Request Url: Response Code: Exceptions: One or more errors oCC urred. (The SSL connection could not be established, see inner exception.) [code] I see: Local parameters values before failure: Body => { 'name': 'Protokól Odbioru DostawyDOS_IN_2024_04_00017_2 (...)

(...) results should be dependent of the following: 1. Current step 2. If second choice field is selected, it should narrow down the results from a subquery (Item list) First of all Webcon doesn't aCC ept a DECLARE statement in the first line of a custom datasource based on 'Current BPS connection'. A workaround here is the 1. statement (IF (1=1)). This query does seem to work (it is showing the (...)

(...) ment for security reasons. I tried putting the action 'On exit' of the current step, before executing all other actions (assigning tasks, adding certain privileges, ...) on path to next step. ACC ording to an old documentation 'On exit' actions should be executed first and should not be dependent on the path, that was taken. Unfortunately the action 'Remove privileges' is always postponed a (...)

(...) od is GET. When i run the process manually, it works. I have created a global cyclical action that starts my workflow (every day run), but it doesn't work: Response Code: Exceptions: Error oCC urred : Cannot send a content-body with this verb-type. System.Exception: Error oCC urred : Cannot send a content-body with this verb-type. at WebCon.WorkFlow.BusinessLogic.Actions.Logic.Webservic (...)

(...) Hi, Currently we have 'Error oCC ured' in the header of the validation message. This often results in unnecessary logging of error reports from users who do not read the content, but only suggest that there is an error. Perhaps it would be a good idea to change the content of the header to something else that does not suggest an error, or allow it to be defined per action or globally? Regards (...)

(...) ersion and come across the new action and it's description: This action adds all rows from the specified Data source to the indicated Item list, without checking for duplicates, but taking into aCC ount the values specified in the Columns mapping section. Executing this action may result in duplicate rows of the Item list. As I encountered the described implications, I wanted to stress (...)

(...) Hello! I'm currently implementing a workflow where I first create a Word document with form fields, initiating with the 'Start editing a file using OneDrive' action. This allows me to aCC ess and edit the Word file directly from my OneDrive folder, and everything works perfectly at this stage. However, I encounter a problem in the subsequent step of my workflow. After making modifications to th (...)

(...) I have three environments: PROD, TEST and DEV. My current WebCon BPS version: 2023.1.3.169. There was a global problem with business rules in the TEST environment (it also oCC urred before the system update, i.e. 2023.1.3.76) - it is not possible to introduce a single new rule because an error immediately appears, as follows: Typ: System.ArgumentOutOfRangeException ------------------------------- (...)

(...) I would like to send an email with a link to the client. Clicking on the link signifies ACC EPTANCE. Such aCC eptance would trigger a transition path in WEBCON. How can this be done? Do you have any ideas? The client is an external user.

(...) Impossible! So... How to build WebCon BPS with EntraID as the only source of identity? I have some ideas for preparing some business processes in a cloud environment (Azure) that will never have aCC ess to classic domain controllers I need a full user database on EntraID (AAD). I tried with the free online instance of WebCon togeter with quite outdated manual. It requires restarting some serv (...)

(...) ct is the usage of validation rules. For usability reasons, it would be much better, to be able to restrict the allowed document types. With a little bit of javascript it is possible to set the aCC ept attribute of the input field. The open file dialogue reflects the aCC ept attribute and would filter the corresponding file types. However, this has no impact when drag'n drop a file. In this (...)

(...) onfiguration panel. I understand that such a column is not allowed in a report, but at least let me exclude it from the report. The only way to fix this is to change the column back to something aCC epted, like single line, and then you can delete the column and then change it to data row in order to keep your report. In this case the error GUID will show: "...Invalid column name 'SEL_SQLRow'. (...)

(...) 1.3 the plugin no longer works. I haven't checked the WEBCON BPS JS code in 2023.1.2 but in the new version: 1. the change function in the plugin triggers controller.change 2. this calls validateCC ValueModel 3. Since the hasCustomModel is undefined 4. The default validation is applied and this validation fails. In the "past" I returned a string and now it seems that an Object is expected (...)