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

Slow migration of $processid to $taskid #384

Open
rsoika opened this issue Jun 6, 2018 · 0 comments
Open

Slow migration of $processid to $taskid #384

rsoika opened this issue Jun 6, 2018 · 0 comments

Comments

@rsoika
Copy link
Member

rsoika commented Jun 6, 2018

Since version 4.3.2 we support the new item "$taskid" which is replacing the deprecated item "$processid". See #383

Because of the fact that many process instances with only the $processid will still exist we can not remove the deprecated field or ignore it over a long period of time. For that reason we do a slow migration of the field in two phases:

Phase I.

After more than one year from now on, we will add first a warning message into the methods getTaskID and also the finder methods of the DocumentService and LuceneService if $process id is used.

Phase II.

After much more than 2 years from now on, we can drop the method setProcessID() and getProcessID().

After all we will still support processInstances with the field "$ProcessID".

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