-
Unable to update the business process.
Hello guys, i can't do any update with my process and find below the message error i am getting and the attached document for full log: Additional incoming changes have been detected. Make sure to incorporate all latest changes before making new changes. Further information: * we are using one workspace * we are using git…
-
Find out the Workspace iD in Appworks
Hello guys, am using the web service below to retrieve users of a position: <SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP:Body> <getPositionUsers…
-
Windows authenticated DB connection
Hi, Would it be possible to create a new database configuration to an external DB that only allows Windows Authentication as a connection? So, not providing username/password in the database connection string, but reusing the TomEE credentials where my ws-appserver service container will run under? BR, Antal
-
Appwork Business Process Runtime ACL
Hello guys, thanks in advance for your work. i newly started with AppWorks and i am facing an issue for applying an ACL on an object in my process. i would like to know like with xCP can we create an ACL (accessors and permission) during process runtime then applied on an object. thanks,
-
How to have 'stop' task button show up? How to change default form for lifecycle tasks?
Hello - I have two questions… I am finishing up a project and playing around with the lifecycle tasks that are default with Appworks. For the life of me, I cannot figure out why 'stop' isn't showing up on the front-end. I have triple checked permissions at the entity AND lifecycle level. Does anyone have any ideas as to…
-
How to use Lifecycle Task 'Read' Web Service to get the appropriate IDs within a lifecycle?
adsf Hello - Our team has recently began wrapping up a project that has a series of approvals, with different BPMs. The initial BPM reads what the entity has with a 'Read' web service at the entity level, then we use a decision table to manipulate thresholds, which ultimately allows us to follow an approval workflow. We…
-
License Manager for AppWorks - How to extract Ocassional Users & Named Users seperately?
Hi All, While extracting data for License utilization from AppWorks, how do we extract the number/list of Named Users and Ocassional Users? The list I got from "License Manager" seems to be listing all the Named Users (as per the Administrator guide). Is there a way to extract Ocassional Users from the platform? Thanks for…
-
Restrict a particular Business Workspace in ECM to a specific user even though his role has access
We have a requirement to restrict a particular Business Workspace in ECM if an Entity is restricted to a specific user by the Admin. For this requirement, we tried Add/Update Access for the User to restrict access to that particular Business Workspace. But, when we did that, the user could still access the Business…
-
How to send data in PerformTaskAction API?
I want to send task data to be used later in the process. I have 2 elements in the input schema of the external user interface I'm using. Is there a way to send values for these elements? The documentation has the <Data> tag but without a sample on how to send the actual message.
-
How to work with dynamic workflows through the REST API?
Hello. I am working on a Javascript application that will interface with AppWorks Entities through Entity Rest Services. A big component of this application will be the new dynamic workflows. I see that when added to an entity, some endpoints are exposed like terminating, adding steps/tasks, etc. I also see that a get call…