- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2020 07:27 AM
How to link the Project Phases with the task and make dependent so that new phase will get start when the previous state task got closed completely.
Any suggetion will be help full , I am new to Service now and currently in learning phase.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2020 11:03 AM
I don't understand what you are asking?
The example project I used doesn't switch to closed complete with the task is closed and complete.
Here is the step you can do to set the State for a project. Find the "Update Record" action and add it. Drag the Trigger - Record created --> "Project record" pill (the enter pill) in the record filed.
Once it's added, it will pull all the fields you can edit into the action. Pick the State and change the State you want. It will update after the last task is complete if you have the wait check off. You also set the Phase this way as well, switch the state field to phase.
After closing out the last task in the flow, it changed the State.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2020 06:31 PM
Thanks for the Response.
Will check this and getback to you if I have some more questions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2020 05:53 AM
Hello Miguel,
I am now facing another issue .
The flow process has the triggering point as project created or updated.
the Fist action is create task next is check if the first task status is Closed Completed or not . if the status is close completed then create another task .
But when I am updating the Fist task it goes and create another task with same short description .
Is it like I have to create two separate flow one for Create and other for update and what is the condition i can check for the update case so it will check if the active task is there then do not create the new task.
Appriciate your help.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2020 04:29 AM
I would need to see your flow.
Also, you don't need to create an action to check if a task is complete. there is a "wait" checkbox on the create task action. That lets any proceeding task that comes after to wait till that task is finished to start that task. You also add conditions on what to wait on.
https://docs.servicenow.com/bundle/orlando-servicenow-platform/page/administer/flow-designer/reference/create-task-flow-designer.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2020 06:07 AM
Hello Miguel,
Thanks for the Update.
My Flow is as bellow .
What I need here .
First task should always get created when a new project got created then when the first task is Completed the 2nd task get created it means when the project got updated it should check the status of the first task and decide if the 2nd task is ready for creation or not .
As I put Wait.Now for the new project the first task is not getting created

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2020 08:18 AM