mirror of
https://github.com/Karaka-Management/oms-Workflow.git
synced 2026-02-12 04:08:40 +00:00
inspection fixes
This commit is contained in:
parent
a9c54d2527
commit
06fd795be1
|
|
@ -52,17 +52,21 @@ class Workflow implements WorkflowInterface
|
||||||
return $this->state;
|
return $this->state;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function runRequest($data) : void
|
public function runRequest($data) : int
|
||||||
{
|
{
|
||||||
// todo: create workflow
|
// todo: create workflow
|
||||||
// todo: create task
|
// todo: create task
|
||||||
// todo: set state
|
// todo: set state
|
||||||
|
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function runPending($data) : void
|
public function runPending($data) : int
|
||||||
{
|
{
|
||||||
// todo: approve?!
|
// todo: approve?!
|
||||||
// todo:
|
// todo:
|
||||||
|
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getState() : int
|
public function getState() : int
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user