Hi Experts,
I want to config to start a workflow automatically, can any one please tell us to folllow the steps.
Please dont suggest go through the development guide.
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
Hi,
To autostart a worflow you can make use of the D2LifecycleBatch job. First make a workflow and add a workflow config in D2. Then make sure you have a lifecycle config with a status where a 'start workflow' action is executed. At last create a lifecycle batch configuration where you promote to the created lifecycle state.
That should be it!
Have a great day,
Antal
Hi Antal,
Thanks for providing hint on my query.
But could you please provide some screenshots on the lifecycle batch.
How to configure it, it would be veryhelpful for me. Thanks a lot in Advance.
Follow these steps:
Best regards,
Thanks for your help.
We have a requirement to change the document status up on user selection of the doc status values.
Here my concern is how to display doc_status attribute in the user task and how we can store those values in the docu_status attribute up on user selection and clicking ok button.
Can anyone explain the same with the example. Thanks a lot for your help.
You need to add the document as package to your workflow and also add a manual task in the workflow that will be assigned to someone. In D2-Config you configut the manual task in the workflow configuration and for example in the task subject you can use something like ${doc_status} to read the value and show it in the tasks widget. To change the value you need to add a property page to the workspace where you can update the doc_status value.
Thanks for your suggestion.
I have added property page in the forward page/reject page. But when user select the doc_status property values, its not updating the doc_status values in the attachment metadata.
Could you please provide some examples on it. If require please add workflow+lifecycle combination on the same.
Thanks in advance.
@bagavan said: Thanks for your suggestion. ** I have added property page in the forward page/reject page. But when user select the doc_status property values, its not updating the doc_status values in the attachment metadata.** Could you please provide some examples on it. If require please add workflow+lifecycle combination on the same. Thanks in advance.
@bagavan said: Thanks for your suggestion.
** I have added property page in the forward page/reject page. But when user select the doc_status property values, its not updating the doc_status values in the attachment metadata.**
Hello,
i have the same problem. How can i fix that?
thanks