Back to Microsoft Project Integrations
Handler · Version 1

MSProject Project Completion Status Microsoft Project

Download GitHub

About

This handler makes a REST call Microsoft Project Online to the Project Server API to check a project's completion status in MS Project. After authenticating against the Project Server using the inputted username and password, the handler makes a call to Project to get the project object corresponding to the inputted id. The list of completion stage names in the info values are then compared against the stage of the project that was returned to determine the projects completion status. Any errors that occur during this process will be caught and re-raised by the handler.

Configurations
Name Description Sample
username The username of the Sharepoint account.
password The password of the Sharepoint account. *********
ms_project_location The url for the homepage of the Microsoft Project location (ie. https://company.sharepoint.com/sites/pwa).
completed_stage_names A list of workflow stages that a project can be included in if it has already been completed, separated by commas. Denied,5 Completed,4 Close,Cancelled
enable_debug_logging Enable debug logging if the value is set to 'Yes'. No
Parameters
Name Description Sample
Project Id The project id of the project that you want to find the completion status from. db521c56-44ab-422d-9abd-29d8d359043a
Results
Name Description
Is Complete?
is_complete
Changelog

MSProjectProjectCompletionStatusV1 (2015-09-29)

  • Initial version. See README for details.
Download GitHub

On This Page

Looking for a workflow engine? Learn more about the Kinetic Data Enterprise Workflow Platform. Check it out
Return to Top