Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This service will retrieve the workflowRequestStatus based on the workflowRequestId in the request. Most of the Status are interim statuses. Only COMPLETED and FAILED are final status. Your request will fall into one of these two upon completion.

  • INITIATED,
  • PENDING_APPROVAL,
  • SCHEDULED,
  • REJECTED,
  • READY,
  • SUBMITTED,
  • COMPLETED,
  • FAILED

 

Code Blockinfo
languagetext
titleAPI URL
http://host:port/flexdeploy/rest/workflow/getWorkflowRequestStatus
Code Block
languagejs
titleSample JSON Request
collapselinenumberstrue
{
	"authentication":
	{
		"userId": "userid",
		"password": "mypassword"
	},
	"workflowRequestId": "28208"
}

Parameters

Parameter

Required

Type

Description

Authenticationauthentication

Y

 

See Common Parameters

workflowRequestId

Y

Long

The requestId to retrieve the status for.

Insert excerpt
Workflow Execution REST API
Workflow Execution REST API
nopaneltrue