Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000055 [Oberon Platform] Context Design feature N/A 2011-05-16 12:01 2014-08-03 17:08
Reporter g_prajeesh View Status public  
Assigned To administrator
Priority normal Resolution fixed  
Status resolved   Product Version
Summary 0000055: Associating one object param as primary object for a WF and visual displ;ay of the WF process even after completing the WF
Description There should be a way we can associate one of the Object as Primary Object and display the WF Process details in Objects Details view Page. This will help how the object is moved in a process.

So when we associate a WF with a Lifecycle Trigger, we can treat that Object as Primary Object and pass the OBJECTID as "PRIMARYOBJECTID";

Also if we can associate this process with Object, we can show the process in the object details page.
Additional Information
Tags No tags attached.
Attached Files doc file icon Functional Spec for associating Object with WF.doc (attachment missing)

- Relationships

-  Notes
(0000184)
administrator (administrator)
2014-08-03 17:08

You can now define the primary object when start a new process:

process start <Workflow name> [startdate <date-time>] [holder <user name>] [primaryobject <object ID / object CNR>] {object <object ID / object CNR>} [ params <Name>=<Value> <Name>=<Value> .... ] [logfile <FileName>];

The primary object cannot be changed during the process execution; workflow-triggers raised by events will set automatically the primary object.

You can get the processes where the object is a primary object (A) and where the object is only involved during the execution (B):

Examples:

(A) ooql: object show #00001-5779CCD9 get process ;
    SDK: Vector vProcess = object.getProcesses();
 
(B) ooql: object show #00001-5779CCD9 get otherprocess ;
    SDK: Vector vOtherProcess = object.getOtherProcesses();

If an object is destroyes, all processes where it is the primary object will be terminated.

- Issue History
Date Modified Username Field Change
2011-05-16 12:01 g_prajeesh New Issue
2011-05-16 18:46 g_prajeesh File Added: Functional Spec for associating Object with WF.doc
2011-05-24 10:00 administrator Assigned To => administrator
2011-05-24 10:00 administrator Status new => feedback
2014-08-03 16:59 administrator Fixed in Version => 4.2 - DB build 0072
2014-08-03 16:59 administrator Target Version => 4.2 - DB build 0072
2014-08-03 17:08 administrator Note Added: 0000184
2014-08-03 17:08 administrator Status feedback => resolved
2014-08-03 17:08 administrator Resolution open => fixed
© 2008-2013 Mirko Solazzi | Website Templates by IceTemplates.com
Please Read: Privacy Policy and Terms of Use

Powered by Mantis Bugtracker
Copyright © 2000 - 2008 Mantis Group