(...) Assuming the first edition of the Process Hackathon at Poznan University of Technology was successful, the second edition was a success with a capi tal S! 😉 On January 19, 2024, we had the pleasure of being guests at the Faculty of Engineering Management of Poznan University of Technology for the annual WIZ-BIZ-LOG DAY event. Approximately 100 students participated in this y (...)
(...) ter valid credentials. Once this information is entered, the user returns to WEBCON BPS Portal, providing generated access token to the mobile application. The access token is utilized in all REST api invocation methods. After moving to the WEBCON BPS main page (the token is added to the request header): the access token remains valid for 1 day. Upon expiry, it is refreshed with a refresh to (...)
(...) sable auto-scale in iOS 10 Mail entirely --> <title></title> <!-- The title tag shows in email notifications, like Android 4.4. --> <link href="https://fonts.googleapi s.com/css?family=Lato:300,400,700" rel="stylesheet"> <!-- CSS Reset : BEGIN --> <style> /* What it does: Remove spaces around the email design added by some email c (...)
(...) Export On the topic of avoiding human error, it is a good practice to modify the Production environment exclusively via the Export-Import mechanism. It is currently also possible to import with api . With these packages, we also have a convenient “backup” of the previous versions of our applications, should we need to return to them. E-mail contents We can strictly (...)
(...) hecklist using the configuration database table. In the end I considered the following artifacts: BPS Groups: Need to be transferred. User profile and favorites: Can be ignored. Registered api applications: Need to be transferred. Devices: Can be ignored Licenses assignments: Need to be transferred since subscription licensing is used. Substitutions: Can be ignored Themes: Need to (...)
(...) wledge to migrate further processes. In this series I'm creating an example application into which I'm importing data using built in cyclic actions, and external powershell script using REST api . Creating example application. Importing data using cyclic actions. Importing data using external powershell script.
(...) on the report was returned but without rows without impersonation. I even granted the APP business administrator privileges without success. Using impersonation worked though. Regards, Daniel let api _url = "http://*.cosmoconsult.com", token_path = "/api /login", Content = "{'clientId':'4c01c4fb-9b82-4912-b410-5e54ef352e2b','clientSecret':'*','impersonation': { 'login': '*' } }", Token_R (...)
(...) In the release notes of WEBCON BPS 2021 the new option of using the openid authentication flow is mentioned. However, i did not find an option to use this authentication when calling Rest api 's. https://webcon.com/wp-content/uploads/2020/12/WEBCON-BPS-2021-New-Release-Overview.pdf Did i miss something or is it not yet released?
(...) functionality that would be required to fullfill the requirements are already there (Export to excel) and there is no need to reinvent the whole architecture of reporting. To generate the excel the api /api /db/1/app/7/report/2/export is called. To call an sdk action it could be something like /api /db/1/app/7/report/2/sdk/{actionId}.
(...) Hi all! I am new to WebCon BPS. I wonder if it is possible to get all items of a process or a datasource/dictionary defined in BPS from client side via REST api . In SharePoint I did something like this: _api /web/lists/getbytitle('MyList')/items?select=Title... This does not seem to be possible with BPS REST api or at least I did not find it ;-) I am thankful for every hint pushing me into the r (...)
(...) found any documentation how to access the current form data. What I know is, that all the formdata is kept in a json property called liteDate.liteModel as a json-object as you can see when calling /api /nav/db/{dbId}/app/{appId}/element/{wfdid}/desktop I guess that this liteModel must be available via javascript. I'm wondering, because there is this form from the offical 2021 release paper (see (...)
(...) cipants. Everything works fine, but it is not possible to add parameters isOnlineMeeting, onlineMeeting, and onlineMeetingProvider. I tried to resolve this by updating the calendar entry via MS Graph api – Calendar/events. From the Exchange identifier, I was able to determine what would the id of the event be (everything behind #), but when trying to update the event with two additional parameters ( (...)
(...) https://community.webcon.com/posts/post/docusign-digital-signatures-in-webcon-bps/36) but cannot get it to work. When i want to send the Process to the Signature Step i get an error from the Docusign api which i can't figure out. "Error while requesting server, received a non successful HTTP code Completed with response Body: "error":"invalid_grant","error_description":"no_valid_keys_or_signatures"}" (...)
(...) eptable. - Abbreviations look like word - The corporate design may define how some words are written - It looks like a spelling error. This is even more true in German, all nouns are written with a capi tal case. This applies to 2021.1.2.101. Best regards, Daniel
(...) Hello, I tried use action "Invoke SOAP Web Services", but I get this error "dll was not found" I tested using another platform for api development and it works. Thanks regards, Raluca Lupu
(...) Hello Community, Does anyone established the connection between Sales Force and Webcon? I have all the documentation on the Webcon side for the REST api but I'm finding some difficulties on the Sales Force side as I'm not sure on where and how to configure the necessary steps to get the connection between the 2 systems. Thank you all for the attention!
(...) Currently I'm using the BPS translation tool and checking the texts in word. I'm wondering if native Windows spell check could be added to the Designer Studio: https://docs.microsoft.com/en-us/dotnet/api /system.windows.controls.spellcheck?view=net-5.0 In my opinion the most relevant places are those which are visible to the normal end user, so not necessarily in the admin view. These are: - all part (...)
(...) tion of the other column in the report and then I have an error... http://webcon.net/WEBCONBPS/db/1/app/21/element/1037860/form/view?returnurl=%2Fdb%2F1%2Fapp%2F21 url: https://webcon.net/WEBCONBPS/api /logger | action: ip: xxx | msg: "stack": "TypeError: Cannot read properties of undefined (reading 'split')\n at HTMLDocument. (https://webcon.budimex.net/WEBCONBPS/application/App.9450b9.bundle.js:2: (...)
(...) an error pops up: "Column 'WFD_Guid' does not belong to the Result table". Adding a new item fails, the window does not open, three loading dots all the time. Details: url: http://win2019web2a/api /nav/db/1/app/7/element/3036/goToNextStep | action: GoToNextStep ip: 192.168.10.146 | msg: An unhandled exception has occurred while executing the request. | agent: Mozilla/5.0 (Windows NT 10.0; Win6 (...)
(...) Hi, I've been learning Microsoft Graph api and managed to create folders (parent and child) using POST and PATCH methods in a SharePoint Library via Graph Explorer. Now I have the following scenario. In an Item List there are X numbers of lines with folders names: - Folder A (parent) - Folder B (parent) - Folder B1 (child) - Folder B2 (child) - Folder C (parent) - etc... What I would (...)