mirror of
https://github.com/Karaka-Management/oms-Workflow.git
synced 2026-02-14 21:08:41 +00:00
fix todo comments
This commit is contained in:
parent
19d571d8e7
commit
80cbc75698
|
|
@ -74,9 +74,9 @@ class Workflow implements WorkflowInterface
|
||||||
*/
|
*/
|
||||||
public function runRequest($data) : int
|
public function runRequest($data) : int
|
||||||
{
|
{
|
||||||
// todo: create workflow
|
// create workflow
|
||||||
// todo: create task
|
// create task
|
||||||
// todo: set state
|
// set state
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
@ -92,8 +92,7 @@ class Workflow implements WorkflowInterface
|
||||||
*/
|
*/
|
||||||
public function runPending($data) : int
|
public function runPending($data) : int
|
||||||
{
|
{
|
||||||
// todo: approve?!
|
// approve?!
|
||||||
// todo:
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user