initial commit from rev. 632
This commit is contained in:
12
processmaker
Normal file
12
processmaker
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env php
|
||||
<?php
|
||||
|
||||
$scriptDir = dirname(__FILE__).'/';
|
||||
|
||||
define("PROCESSMAKER_PATH", $scriptDir);
|
||||
define("WORKFLOW_PATH", $scriptDir . 'workflow/');
|
||||
define("WORKFLOW_BIN_PATH", $scriptDir . 'workflow/engine/bin/');
|
||||
|
||||
include ( WORKFLOW_BIN_PATH . '/commands.php');
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user