Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
I have set up a form, used to enter data. I have a workflow doing a lot custom processing to the data when submitted.
I have placed the form in “Edit mode”, and the user is able to edit the already submitted data.
However, my problem is, that the workflow is no longer triggered when I’m editing the data.
The workflow works perfectly when creating a new record.
I have tried placing the workflow on Partial Submitted and Submitted, none of them seems to work.
Anyone? Is that how it’s supposed to work?
Best regards, Anders Lynge
Comment author was deleted
Yup when editing record the worlflows aren't trigger.
Tim, that’s really a bummer. Any way around this? Would you consider it for further versions?
Well it's actually a setting
Open the /umbraco/plugins/umbracocontour/umbracocontour.config file
You should have the following in there:
<setting key="IgnoreWorkFlowsOnEdit" value="True" />
Simply set that to False
Let me know if that doesn't do the trick
Tim, perfect!
That works like a charm - thank you :)
Sweet, glad I could help
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Workflow not triggered when editing existing record.
Hi,
I have set up a form, used to enter data. I have a workflow doing a lot custom processing to the data when submitted.
I have placed the form in “Edit mode”, and the user is able to edit the already submitted data.
However, my problem is, that the workflow is no longer triggered when I’m editing the data.
The workflow works perfectly when creating a new record.
I have tried placing the workflow on Partial Submitted and Submitted, none of them seems to work.
Anyone? Is that how it’s supposed to work?
Best regards, Anders Lynge
Comment author was deleted
Yup when editing record the worlflows aren't trigger.
Tim, that’s really a bummer. Any way around this? Would you consider it for further versions?
Comment author was deleted
Well it's actually a setting
Open the /umbraco/plugins/umbracocontour/umbracocontour.config file
You should have the following in there:
<setting key="IgnoreWorkFlowsOnEdit" value="True" />
Simply set that to False
Let me know if that doesn't do the trick
Tim, perfect!
That works like a charm - thank you :)
Comment author was deleted
Sweet, glad I could help
is working on a reply...