OBEROn - Bug Trace - Oberon Platform
Viewing Issue Advanced Details
117 Platform functionalities feature always 2014-08-03 12:54 2014-08-03 12:59
administrator  
administrator  
normal  
resolved 4.1 - DB build 0071  
fixed  
none    
none 4.2 - DB build 0072  
0000117: Perform lifecycle actions on workflow execution
In OBEROn you can automatically start a workflow when an event occurs: the generated process includes the OBJECTID and some other object related information in the parameter list. The workflow generally represents the evolution of the object lifecycle and after completed some actions, you need to change the object status; in the current version, a process can modify the object status in a programmatic way by adding a System-type step with java code inside.
It should be more simple if you define a new step-type for performing direct action on object lifecycle.
Issue History
2014-08-03 12:54 administrator New Issue
2014-08-03 12:54 administrator Fixed in Version => 4.2 - DB build 0072
2014-08-03 12:54 administrator Target Version => 4.2 - DB build 0072
2014-08-03 12:59 administrator Note Added: 0000182
2014-08-03 12:59 administrator Status new => resolved
2014-08-03 12:59 administrator Resolution open => fixed
2014-08-03 12:59 administrator Assigned To => administrator

Notes
(0000182)
administrator   
2014-08-03 12:59   
Added new Step-type named "lifecycle"; supported actions are:

progress, regress
setstage [you need to specify the stage name]
validate, refuse, ignore [you need to specify the validation name]