Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scheduler processes all workitems #22

Closed
rsoika opened this issue Feb 18, 2014 · 6 comments
Closed

Scheduler processes all workitems #22

rsoika opened this issue Feb 18, 2014 · 6 comments
Milestone

Comments

@rsoika
Copy link
Member

rsoika commented Feb 18, 2014

As we are for now using the workflow scheduler timer service from the engine 3.1.0
we have now the issue that this scheduler will process all worktitems independent from its type.

Means that also deleted or archived worktiems will be processed.

Only custom JPQL Statements for each activity will disable this behavior.

either we need a custom scheudler service in office workflow
or we add a property for type filtering?

@rsoika rsoika added this to the 2.0.8 milestone Feb 18, 2014
@rsoika rsoika added the bug label Feb 18, 2014
@rsoika
Copy link
Member Author

rsoika commented Feb 18, 2014

Best solution:

the default scheduler provides a method 'getWorkitemsByID' which can be overwritten by subclasses.

So we can subclass the scheduler in marty and customise the JPQL statement to select only workitems from type='workitem'

@rsoika
Copy link
Member Author

rsoika commented Feb 18, 2014

As a quick and dirty solution - we implmented a copy of the workflowScheduler

rsoika added a commit that referenced this issue Feb 18, 2014
@rsoika
Copy link
Member Author

rsoika commented Feb 18, 2014

We need a complete Reimplementation in submodule: imixs-workflow-engine

Maybe still an open issue with the save configuration during timeout method

@rsoika
Copy link
Member Author

rsoika commented Mar 27, 2014

Workflow Scheduler in workflow 3.1.6 is updated. can be used in next release 2.0.9

@rsoika
Copy link
Member Author

rsoika commented May 24, 2014

skipped to 2.1.0

@rsoika rsoika modified the milestones: 2.1.0, 2.0.9 May 24, 2014
@rsoika rsoika added the testing label Aug 3, 2014
rsoika added a commit that referenced this issue Aug 3, 2014
@rsoika
Copy link
Member Author

rsoika commented Aug 29, 2014

closed

@rsoika rsoika closed this as completed Aug 29, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant