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

AdminP - change handling of job document #375

Closed
rsoika opened this issue May 22, 2018 · 1 comment
Closed

AdminP - change handling of job document #375

rsoika opened this issue May 22, 2018 · 1 comment

Comments

@rsoika
Copy link
Member

rsoika commented May 22, 2018

The AdminP service currently put the adminp document to the corresponding job handler. But it did not save the adminp document after completion. We have implemented a lot of save methods in the job handlers. This makes no sense and makes it more complex to implement a custom job handler.

The AdminP service should save the adminp document by himself after the jobhandler terminates.
We need to define the reserved job fields:

  • type - fixed 'admin'
  • job - job type field defined by handler
  • isCompleted - boolean indicates if job is completed - controlled by job handler

The AdminP process should update the status before giving the adminp document to the handler and update the status again after finishing.
The return value should be the adminp document.

@rsoika rsoika added this to the 4.3.2 milestone May 22, 2018
rsoika added a commit that referenced this issue May 22, 2018
@rsoika
Copy link
Member Author

rsoika commented May 22, 2018

docu update needed

@rsoika rsoika added the testing label May 22, 2018
rsoika added a commit that referenced this issue May 22, 2018
@rsoika rsoika closed this as completed Jun 7, 2018
bvfalcon pushed a commit to bvfalcon/imixs-workflow that referenced this issue Jul 6, 2021
bvfalcon pushed a commit to bvfalcon/imixs-workflow that referenced this issue Jul 6, 2021
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