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

search results

for Automation

(...) but there are a few situations that have arisen that warrant special coverage – and special treatment.   The Problem Consider the workflow below. The path named Start executes an Automation that starts several subworkflows. The workflow then waits at the Wait until all new sub-workflows are finished step until all workflows end positively, any end negatively, or it is clear that there a (...)

(...) an application that supported one of the document flows used at the university. During two meetings with students of the "Accounting and Controlling" major, we talked about process Automation , implementation design, change management, and the changing model of a manager and an employee in business (Citizen Assisted Development). There was a high interest in topics related to: (...)

(...) information and document management” course, we conducted workshops with students. After a short introduction on the most important features of LCAP platforms that facilitate the design and Automation of processes - we moved on to practice. Students of Computer Science and Econometrics, who learned the BPMN notation describing processes, this time had to translate it into the language of BPS. P (...)

(...)   While not explicitly necessary, you may well wish to something like list of the choices each task assignee made to the workflow instance’s Comments field. You can do this by adding an Automation to the On entry event of the Workflow Control step. It needs one Change value of single field action configured to set the value of the built-in [System] Comments field to equal the outcome of a busi (...)

(...) ologies (ICT) with the expectations of the labor market.  During the conference, Aleksandra Słuszniak, Digital Transformation Director at WEBCON, presented on the topic "Low-code process Automation – changes in labour market trajectories". During her lecture, Ola emphasized how Low-code platforms are expanding the IT job market to professionals with diverse educational backgroun (...)

(...) lity of path transition authorization affects how automatic subpath transitions are handled, i.e. when an instance is started in a new workflow or subworkflow, for example, by triggering an action or Automation . Therefore, it is necessary to follow these configuration rules: It is not recommended to configure additional authorization for path transitions in subworkflows (None). However, if the user (...)

(...) , the employee who earned the XP, and the XP's value. Here's what an XP instance looks like: This is what the global XP report looks like: 2. Global XP- awarding Automation To easily incorporate the XP functionality into any already digitized process, we created a global Automation that receives the necessary data as parameters and creates an XP instance. (...)

(...) ist This action removes all rows from the Item list specified in the configuration. The action also removes rows that are not visible in approval mode. This action is not available from the global Automation level. Action configuration and execution example The action configuration window simply requires the user to indicate the Item list to be removed.   Once the menu button is (...)

(...) s are grouped by default according to the application to which they belong. However, please note that the list can also contain elements that do not belong to any specific application, such as global Automation s and business rules. These elements are grouped in a separate node and are visible only to system administrators. You can freely modify this default grouping method using the Filter editor… op (...)

(...) ntegrated login is used in the SQL connection parameters). The PowerShell action can only be executed in the context of a workflow instance, so it is not possible to add such an action in cyclical Automation . This simplifies configuration because it always provides access to {WFD_ID}, so you can easily retrieve information about attachments to the current workflow instance from the database. To execute s (...)

(...) se the standard mail would only need to be send in the later case. I'm currently using a workaround with a conditional "hyperlink action" and conditional "send standard mail action". Thanks to the Automation s this will be easier with WEBCON BPS 2022 because I can move those two action to one Automation (1). :) In case of someone is wondering about the hyperlink action, I added the configuration to the s (...)

(...) ase reload the form. - Oh you entered some data? Sorry, the process configuration has been changed, reload the form and enter the data again. - You are creating some query inside an action template/Automation and need form field values in an instance? Sorry please reload. Are there any chances to make this a little less strict? Best regards, Daniel

(...) from using technical fields as variable replacement because of the sometimes pretty strict field limit, I was looking into alternatives. I know that with the new version, it is possible to create Automation variables which are VERY useful, but is there a possibility to create a variable ( maybe through JS formrule or something along this line ) which is usable in a whole workflow or step. Thanks in a (...)

(...) need to cancel save operation if this condition is met. Since it is a fresh workflow element it should not be persisted in database. Unfortunately I do not find any option to throw an error in an Automation or at least I don't see it ;-) Any hints/suggestions on that? Thanks a lot & best regards, Nik

(...) ditional, DataTable elements, String securityPhrase, List`1 peopleToSet) at WebCon.WorkFlow.Base.Actions.SetSecurity.FireAction(WorkFlowObject wfObject, IWFAction wfAction, ITagParser tagParser, IAutomation DataHelper Automation DataHelper, String& message, String& logMessage) at WebCon.WorkFlow.Base.Automation s.Engine.Evaluators.ActionEvaluator.FireAction(ActionBase actionObject, String& userLogMessa (...)

(...) aScript which would could display a subworkflow which needs to be closed. - etc When writing this it came to my mind, that it may be even possible today if each validate form action is an own Automation which has an error handling. I haven't tested it yet but having an own Automation for this could be a bit of an overhead. :) Best regards, Daniel

(...) Hi, Is there the ability to run actions in the background without being forced to wait for them to finish in the loading screen? I have created an Automation which invokes a SOAP service and it takes some time (20 seconds). This thing must be disturbing for the user. As i see, actions are executed synchronously, meaning the user interface waits for the action to complete before allowing further inte (...)

(...) Hello, I have a workflow and a final step where i execute "On a timeout" Automation . But sometimes, it is not executing because it says it is checked out by the user. WEBCON BPS Timeout ID (TIM_ID): 2 Message: The element has been checked out by user: Is there a way to prevent this thing? So you cannot edit the form on the final step?

(...) kTrace= at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source, Func`2 predicate) at WebCon.WorkFlow.Studio.Logic.Helpers.UsageSearch.NodeCriterion.NodeOwnerCriterionFactory.GetAutomation Criterion(Automation Automation ) at WebCon.WorkFlow.Studio.Logic.Helpers.UsageSearch.NodeCriterion.NodeOwnerCriterionFactory.GetOwnerCriterion(DbNodeType type, IExportableEntity entity) at Web (...)

(...) 1. In Automation (action) I create excel file from template and add few data to specific cells. 2. The excel file is attached to the form in attachment section. 3. I would like to create pdf file from that excel file. (i don't see that option) in design studio. what I would like to do: 0. create template with excel (done) 1. from fields update excel template (done) 2. excel template save as attach (...)