To complete a project step, find out the ID of the workflow that the project uses, the name of the step that it is in, and the ID of the next outbound transition.
Before you begin
Make sure that you have the appropriate permissions to complete project steps. Otherwise,
WorldServer will return a 403 Forbidden status code.
About this task

Procedure
- Log in to the WorldServer API.
A response similar to the following is returned. In the response, identify the value of the
sessionId parameter. You will need this value in all the calls you make.
- Find out the ID of the workflow used by the current project by requesting information about that specific project.
The returned project information contains the ID of the workflow.
- Within the same response, get the name of the step that the project is in.
- Use the ID of the workflow and the name of the current step to get the ID of the next outbound transition.
The ID of the next outbound transition is a part of the response to requesting information about a specific workflow.
- Complete the step.