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

workItem Data Definition #6

Open
gmillinger opened this issue Sep 13, 2024 · 1 comment
Open

workItem Data Definition #6

gmillinger opened this issue Sep 13, 2024 · 1 comment
Labels
question Further information is requested

Comments

@gmillinger
Copy link
Collaborator

My apologies that I haven't found this yet.

Stepping through code to watch processing a workItem I see the workItem "data record" is being built incrementally as it is processed... Is there documentation for all the data that is created during execution?

@rsoika
Copy link
Member

rsoika commented Sep 13, 2024

We distinguish between business data and workflow data.
Business data is what your application defines. In the micro controller scenario for example sensor data like a temperature. The workflow engine creates a lot of workflow data that in only controlled by the worklow engine - like the processing status, the processing date the last event....

You can find a list of the workflow items controlled by the engine here:

https://www.imixs.org/doc/quickstart/workitem.html

@rsoika rsoika added the question Further information is requested label Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants