I need my project DEMO-PROJECT(product based) to process as below:
Say it has 3 workflows : prod,feature,release
prod workflow phases : todo -> in-progress -> done
feature workflow phases : todo -> in-progress -> done
release workflow phases : todo -> in-progress -> done
I want all these workflows to be interconnected.
prod workflow -> feature workflow -> release workflow
Example : Initially the issue starts at the prod workflow, once the issue reaches the done stage in prod workflow it should automatically move to feature workflow.
Similarly, when the issue is in the feature workflow, it is expected to follow all the stages within and on reaching the done stage it should be automatically directed to the release workflow.
please let me know the possiblities.
Thanks for your time . :)
Thanks,
Shraddha
Hi @Shraddha Malkar , Welcome to the community.
The answer is No, you cannot interlink workflows. You need to build a single workflow to handle everything and you can put conditions and validators to control which path to take.
Thanks,
Ram.
Thanks for your reply @Rambabu Patina _Appfire_
I will surely implement .
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.