added a screen for displaying the status of running workflows
This commit is contained in:
parent
f7c1c38ade
commit
f0bb16fb0b
5 changed files with 76 additions and 5 deletions
|
|
@ -351,7 +351,8 @@ sub addWorkflow {
|
|||
methodName varchar(255),
|
||||
parameters text,
|
||||
runningSince bigint,
|
||||
lastUpdate bigint
|
||||
lastUpdate bigint,
|
||||
lastStatus varchar(15)
|
||||
)");
|
||||
$session->db->write("create table WorkflowInstanceScratch (
|
||||
instanceId varchar(22) binary not null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue