mirror of
https://github.com/Karaka-Management/oms-Workflow.git
synced 2026-01-11 14:58:39 +00:00
bug fixes
This commit is contained in:
parent
18be93239e
commit
ddb24b5111
|
|
@ -469,7 +469,7 @@ final class ApiController extends Controller
|
|||
* @return void
|
||||
*
|
||||
* @since 1.0.0
|
||||
* @todo: also implement the delete and update functions
|
||||
* @todo also implement the delete and update functions
|
||||
*/
|
||||
private function installWorkflowModel(WorkflowTemplate $template, array $actions) : void
|
||||
{
|
||||
|
|
@ -693,7 +693,7 @@ final class ApiController extends Controller
|
|||
{
|
||||
$controller = null;
|
||||
|
||||
// @todo: implement default workflow instance;
|
||||
// @todo implement default workflow instance;
|
||||
|
||||
$file = $template->source->findFile('WorkflowController.php');
|
||||
require_once $file->getAbsolutePath();
|
||||
|
|
|
|||
|
|
@ -148,7 +148,7 @@ final class BackendController extends Controller
|
|||
*
|
||||
* @return RenderableInterface
|
||||
*
|
||||
* @todo: remove, the router is already adjusted.
|
||||
* @todo remove, the router is already adjusted.
|
||||
*
|
||||
* @since 1.0.0
|
||||
* @codeCoverageIgnore
|
||||
|
|
|
|||
|
|
@ -150,7 +150,7 @@ final class CliController extends Controller
|
|||
*
|
||||
* @return WorkflowInstanceAbstract
|
||||
*
|
||||
* @todo: How to handle workflow instances which are not saved in the database and are continued?
|
||||
* @todo How to handle workflow instances which are not saved in the database and are continued?
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
|
|
@ -225,9 +225,9 @@ final class CliController extends Controller
|
|||
->{$actions[(int) $element['id']]['function']}($request, $response, [$element]);
|
||||
}
|
||||
|
||||
// @todo: currently all children are executed one after another, maybe consider parallel execution
|
||||
// @todo currently all children are executed one after another, maybe consider parallel execution
|
||||
foreach ($element['children'] as $child) {
|
||||
// @todo: pass previous results (probably needs a populator for input variables based on previous output variables)
|
||||
// @todo pass previous results (probably needs a populator for input variables based on previous output variables)
|
||||
$this->runWorkflowElement($request, $response, $actions, $instance, $child);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
2
ICAL.txt
2
ICAL.txt
|
|
@ -1,6 +1,6 @@
|
|||
# Individual Contributor License Agreement ("CLA") 1.0
|
||||
|
||||
Thank you for your interest in Karaka-Management (the "Company"). In order to clarify the intellectual property license granted with Contributions from any person or entity, the Company must provide a Contributor License Agreement ("CLA") on file that has been made available to each Contributor. This license is for your protection as a Contributor as well as the protection of the Company and its users; it does not change your rights to use your own Contributions for any other purpose.
|
||||
Thank you for your interest in Jingga e. K. (the "Company"). In order to clarify the intellectual property license granted with Contributions from any person or entity, the Company must provide a Contributor License Agreement ("CLA") on file that has been made available to each Contributor. This license is for your protection as a Contributor as well as the protection of the Company and its users; it does not change your rights to use your own Contributions for any other purpose.
|
||||
|
||||
By contributing to the Company You accept and agree to the following terms and conditions for Your present and future Contributions submitted to the Company. In return, the Company shall not use Your Contributions in a way that is contrary to the public benefit or inconsistent with its bylaws in effect at the time of the Contribution. Except for the license granted herein to the Company and recipients of software distributed by the Company, You reserve all right, title, and interest in and to Your Contributions.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user