Workflow approval task is not listed in 'Project Server Workflow Tasks' list. - sharepoint-workflow

I have created a custom approval workflow in project server 2013. When the project reaches to its approval point. The approval item is not visible in the 'Project Server Workflow Tasks' list.
But when I go to Project Center-> Select Project-> Additional Workflow Data in All workflow stages it is showing the task there with proper assigned to resource.
Can anyone help me to resolve this issue so that the approver can see his pending workflow task in 'Project Server Workflow Tasks' list.

My mistake.. The default view was late task that is why my workflow task were not listed in the 'Project Server Workflow Tasks' list. When I change the current view my pending task were all correctly showing in the list.

Related

Modify Apache Airflow UI base code- Action buttons like Rerun, Success etc

Can someone please tell me if we can modify Airflow UI base code. I want to modify "Trigger Dag"(play button), Success button etc.
My requirement is to stop someone from marking a job to success or from running a task from UI without any approval from my Manager. Currently I have the access to trigger a DAG on adhoc basis. I can also mark a task to success without any approval. I do not want to do that without any approval. We have to show approval mechanism to the audit team. Appreciate your help.
You need to set RBAC and DAG level acces
https://airflow.apache.org/docs/stable/security.html?highlight=ldap#rbac-ui-security
https://airflow.apache.org/docs/stable/security.html?highlight=ldap#dag-level-role

Need to display a pop up if we are selecting a step response for a workitem in IBM Filenet workplace application

I am having a requirement where if am selecting a step response for a workitem in workflow map , i need to restrict it to a data field for taking that action.
For example if am having a step name as'XYZ' and i am selecting the step response' ABC' it should restrict the workitem to be routed to the next step in the workflow by any pop-up window or any alert window in IBM workplace application. I should be able to route the workitem to next step by selecting the step response 'ABC" when the step name is not 'XYZ'
Is this possible in workplace application to achieve this.
I know in IBM Case manager we can restrict the workitem from routing it to the next step with the script adapters in page level. Similarly is there way to achieve this in Workplace application also at the workflow level or something. Please advice.
I have tried adding a condition along with the step response to achieve this. But the workitem is getting terminated if doesn't match the condition.
For example. I have addition the condition as ' All(ABC) and Stepname<>'XYZ' in the conditional route in workflow map. But if i override the condition the workitem is getting terminated.

Dynamics 365 - A check to ensure that all tasks have been complete

I have a scenario where the user wants a check in place to ensure that all tasks have been completed before moving onto next stage on the Business Process Flow.
Is there anyway to do this?
2 ways to achieve it.
Option 1: Create a bool field - Tasks closed? & keep that in BPF step, if it’s true then platform will also users to move forward. Otherwise not.
You can mark this as read-only, write a plugin on Task completion to update this as yes, when there is no more open tasks.
Read more
Option 2: Can have a js validation onStageChange or onSave to retrieve open child tasks, check the count, show notification & preventDefault.
Read more
You can do the same in pre-update plugin, throw InvalidPluginExecutionException if there are open tasks.

VSTS Build Task - How To Generate Dropdown List from Result Set

As part of my VSTS build/release definition set up, I would like to populate a dropdown list from the results of a preceding query. For instance, I want the query to return a list of all packages from an external repository and let's just say there are a total of 10 packages stored in that repository.
I then want the entire array of 10 packages displayed in a dropdown list, thereby ensuring that they can then be selected individually.
How can I accomplish this?
You can’t add dropdown list control to build/release definition, but you can custom build/release task to add a PickList control through VSTS extension.
There are some threads can help you:
Using a web API in task.json to fill picklists buildtask
How to display “Area path” in VSTS build task input PickList?
Service endpoints – Data sources

How can I set up Teamcity to Email out a Release note?

I have a TeamCity server that builds my application and a YouTrack instance set up to track my feature requests/bugs. I have the TeamCity/YouTrack integration setup so the Issue log correctly fills out in TeamCity with the Items that have been closed in YouTrack since the last successful build. How can I set up TeamCity to email a user a nicely formatted email that contains this list of Issues?
this answer has been adopted from here
Open TeamCity in your browser.
Browse to Administration > User Management- Groups > All Users
Select the tab Notification Rules (you see the Email notifier rules by default)
Click on Add new rule
Select Builds from the selected build configuration and choose the builds you want notifications for
On the right hand side where it says Send notification when tick Build is successful
press Save
You should now get an email which has a summary of the changes, eg
Build Compilation :: myproject #2.0. successful (Tests passed: 1288)
Agent: buildagent-01
Changes included: 1 change.
Change 02b88b1b1345 by wturner (1 file): bug1 fixed

Resources