-
Notifications
You must be signed in to change notification settings - Fork 7
API WorkflowRequest
DeclanBuckley edited this page Jan 25, 2021
·
21 revisions
Home / API / Workflow Request
Creates a Workflow Request. Notification sent to Approvers' Group of the release.
Authentication: Windows
Privilege : Administrator , Power User
Method: PxStat.Workflow.WorkflowRequest_API.Create
Parameters:
| Name | Type | Default | Description |
|---|---|---|---|
| RqsCode | String | Request Code | |
| CmmValue | String | Request Comment | |
| WrqDatetime | DateTime | null for FLAG,ROLLBACK,DELETE | Requested Date Time of Release |
| RlsCode | Int | Release Code | |
| WrqEmergencyFlag | Boolean | null for FLAG,ROLLBACK,DELETE | Flag to indicate Emergency Release |
| WrqReservationFlag | Boolean | null for ROLLBACK,DELETE | Flag to indicate Reservation |
| WrqArchiveFlag | Boolean | null for ROLLBACK,DELETE | Flag to indicate Archive |
| WrqAlertFlag | Boolean | null ROLLBACK,DELETE | Flag to indicate Alert |
| CcnUsername | String | System User | System User |
Return: String with value of success.
Deletes a Workflow Request. This may only be done if the Workflow Request is in the Awaiting Response status.
Authentication: Windows
Privilege : Administrator , Power User
Method: PxStat.Workflow.WorkflowRequest_API.Delete
Parameters:
| Name | Type | Default | Description |
|---|---|---|---|
| RlsCode | Int | Release Code | |
| CcnUsername | String | System User | System User |
Return: String with value of success.
Update
Database Scripts
Configuration
API
- Home
- Data
- Security
- Subscription
- System
- Navigation
- Notification
- Settings
- Workflow
- Px Build
Developer
- Home
- Developer Tools
- Client Tier
- Server Tier
- Database Tier