(...) Example: *** shared project / solution *** Base plugin class: public abstract class MyCustomActionBase : CustomAction where TConfig: MyCustomActionConfigBase, new() { public override task RunAsync(RunCustomActionParams args) { /* initialize own logger object... */ /* run action */ return MyRunAsync(args); } public abstract task MyRunAsync(RunCustomActionPar (...)
(...) Hi, When editing a step, under Forms tab, in the task form group, there is a "Form:" dropdown, to which list you can add another form - which I did. The second form shoul present the same information as the Default form, but visually groupped some other way. I found no documentation on how to use this feature, could you please show me where to look? The actual need is to have different visual ap (...)
(...) Hello everyone, I'm having problems with the push notifications that should be sent automatically when a new task is assigned. In the app settings on my mobile phone (Android), all notifications are activated and the app has permission to send messages. In the Designer Studio the Chechbox is activated in the Global Parameters. Unfortunately, no push messages are triggered. Where else did (...)
(...) ructure.ControllerActionInvoker.g__Logged|12_1(ControllerActionInvoker invoker) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, task lasttask , State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Micros (...)
(...) es" as light "body" of square (step) ... why? .. becouse I would like to set -blueish color for group 1, greenish for group 2, grayish for grup 3 ect. by colors I see to ech grup in proces is signed task - generated diagram of steps of process don't need to have "yellow stickers" with description for how is tash .. - more colors for arrows 16 should be fine or allow to set colors ... (maybe section (...)
(...) 7.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.task Awaiter.HandleNonSuccessAndDebuggerNotification(task task ) at WebCon.WorkFlow.BusinessLogic.Automations.Engine.AutomationEngine.d__24.MoveNext() --- End of stack trace from previous location wher (...)
(...) Hi all, I have a question, in a report view like the one attached, I mean the right hand side where the outstanding task s are, is it possible to intervene to add a description? I have for example an urgent request which is also marked on the form, is it possible to include such information in this view, possibly change the colour of the tile or title. Can I do something to make it stand out? Maybe (...)
(...) alities and flexibility provided by the WEBCON BPS mobile application, many of us find ourselves predominantly using WEBCON BPS on desktop computers due to the nature of our workflows and the complex task s we perform. However, the mobile application's interface and functionalities do not always translate seamlessly to desktop usage, where the majority of our work occurs. The addition of PWA support (...)
(...) i System.Data.SqlClient.SqlCommand.EndExecuteReaderInternal(IAsyncResult asyncResult) bei System.Data.SqlClient.SqlCommand.EndExecuteReaderAsync(IAsyncResult asyncResult) bei System.Threading.task s.task Factory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, task `1 promise, Boolean requiresSynchronization) --- Ende der Stapelüberwachung vom vorhergehenden Ort, an (...)
(...) Content ) OLAP (for db: BPS_Content ) OcrAiUpload (for db: BPS_Content ) LogCleaner (for db: BPS_Content ) OcrTextLayerUpload (for db: BPS_Content ) OcrAiLearnUpload (for db: BPS_Content ) task sInfoCalculation (for db: BPS_Content ) ADSyncIncremental (for db: BPS_Content ) -> Failed to activate some modules Category: Activation Failed to activate some modules MassNotificationSch (...)
(...) vileges (except the author of the element) on current workflow element for security reasons. I tried putting the action 'On exit' of the current step, before executing all other actions (assigning task s, adding certain privileges, ...) on path to next step. According to an old documentation 'On exit' actions should be executed first and should not be dependent on the path, that was taken. Un (...)
(...) h already registered users. I know there is a new feature called 'Public link', but this isn't exactly, what I am looking for, since it only deals with existing instances and sharing / assigning task s to users / emails outside the system. Is this scenario even possible with Webcon? Thanks a lot in advance & BR, Nik
(...) uled interval. While we can and have implement a configuration for an application on process level this is still limited and makes the automations less readable while the option to send a mail with a task can not bused at all. My suggestion would be to provide an plugin/extension for the existing "send mail actions". Provided options of the plugin: - Current information of the context like, proc (...)
(...) Hi, Having admin privileges on a given element, it would be very convenient to have access to at least 2 options such as: permission check and task completion. Now you need to perform 3 operations 1. enter admin mode 2. expand admin actions 3. select the action in question Regards
(...) ed 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 task Scheduler 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 the (...)
(...) Dear Webcon Team, The new To-Do list feature is excellent. However, adding the ability to assign/delegate task s would significantly enhance team collaboration, efficiency, and accountability. This feature would allow clear assignment of responsibilities, ensuring better workload distribution and improved project tracking. Best regards, Konrad
(...) 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 (...)
(...) 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". (...)
(...) Error code: 100 Thread was being aborted. at WebCon.WorkFlow.Actions.Engine.ActionObject`1.d__9.MoveNext() at System.Runtime.CompilerServices.Asynctask MethodBuilder`1.Start[TStateMachine](TStateMachine& stateMachine) at WebCon.WorkFlow.Actions.Engine.ActionObject`1.DispatchAsync() at WebCon.WorkFlow.BusinessLogic.Automations.Engine.Evaluators.ActionEvaluator.d__23.MoveNext() Thread (...)
(...) 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 perso (...)