-
Child Cannot Have More Than One Parent
I'm trying to model our Business Processes in their appropriate Business Domains and have created the relevant objects in ProVision EA (v6.2.2); however I'm encountering issues when trying to map the parent-child links. I've created Process Models for each of the various business domains and included the relevant objects…
-
Provision Parallel Authoring
I have a team of 5 Architects authoring business processes, different models, but reusing some objects. How are we suposed to work in parallel? As only one a a time can open the repository (in a network share) in update mode Did I miss the subject in the documentation? can you point me in the right direction?
-
Incorrect Engine Select query on eWait that locks the eWait table
Has anyone reported or noticed that the engine makes a select query on the eWait table which is suppose to use locking hints NOLOCK but because there is a mistake in the syntax the NOLOCK has not been enclosed in brackets or WITH (NOLOCK) it in fact just acts as a table alias name. This Query does a full table lock on the…
-
7.6 Multiple Lines for Alert Message
Is it possible for me to have multiple lines for my alert message? I am trying to show it like so: My message here %ToDoList(%FolderID) Thanks in advance.
-
SR3: Form OnSubmit Function
The form OnSubmit function is documented for SR1 (pg 206), but it is missing (and I can't get it to work) in SR3 31.8 OnSubmit and OnCancel Functions You can specify a script function to be called when a form's OnSubmit or OnCancel event handler is used. To do this: 1. In the Designer, use the Scripts dialog to create a…
-
Incorrect Alert Messages 3-11-2011 11-32-53 AM.jpg
-
Question about Rules Stages
I have a process where the system must complete several very long running processes. In the past, we have created overly complex processes that fail occassionally by calling outside processes and having them raise flags back to BPM. My thought was that we should incorporate these into Rules Stages and call these processes…