Hi,
I have ION workflow with a structures in it.
Is it possible to change a structure (add new records) in already active workflow.
Regards,
KK
Hi Kiril,Not from the UI, but it is possible via the "Infor ION/IONProcessModel" API PUT method: "/v1/workflows/{name}".But then you need to call the "/v1/workflows/{name}/activate" method to apply changes. Kind regards,Danil.
Hi Danil,
Thank you for your reply.
I apologize for not being clear.
I need to change structure data/content in running workflow instance.
I need to retrieve data with API call, put this data in structure (in already running WF instance) and send notification to a user with this data.
It looks like structures are "read-only" in WF, so it's not possible.
Regards
Hi Kirill,Yes, you are right, for started instances it is not possible. Kind regards,Danil.