Re assign process

Confluence User - 16 Nov, 2016

Hi all,

I started one process in my workflow. In my process, I have "Create Project" and "Manage Project". When i open Create Project and submitted successfully then it stored in manage project for editable. If i do any changes in manage project, I want to restart my process from the beginning. So anyone can help me ?

 

Note:workflow process

My Process:

create Project -> submitted -> approval1 -> approval2 -> process completed.

When i manage any changes i want to restart my process like below

create Project -> submitted ->  manage project (changes)-> submitted ->approval1 -> approval2 -> process completed.

 

       

forms;process;datalists;server;user;workflow

1


17 Nov, 2016
confluenceUser
confluenceUser

There are some APIs that can manually stop or start specific activities, for example JSON API#web/json/monitoring/activity/start/(*:processId)/(*:activityDefId) and JSON API#web/json/monitoring/activity/start/(*:processId)/(*:activityDefId). There should also be corresponding calls in the Java API. So you could call these APIs in some BeanShell script when needed if you really need to.

Actually another way is to consider designing your process to cater to such conditions. This might be an easier and cleaner way.

 

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print