POST WorkflowAction/PerformAction?UserUuid={UserUuid}
Performs the Action available.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUuid | string |
Required |
Body Parameters
ActiondataBaseOfObject| Name | Description | Type | Additional information |
|---|---|---|---|
| WorkflowId | integer |
None. |
|
| StudyEuid | string |
None. |
|
| ActionId | integer |
None. |
|
| IsSuccessful | boolean |
None. |
|
| IsTerminal | boolean |
None. |
|
| AvailableActions | Collection of IActionOfObject |
None. |
|
| WidgetData | Object |
None. |
Request Formats
application/json, text/json
Sample:
{
"WorkflowId": 1,
"StudyEuid": "sample string 2",
"ActionId": 1,
"IsSuccessful": true,
"IsTerminal": true,
"AvailableActions": null,
"WidgetData": {}
}
application/xml, text/xml
Sample:
<ActiondataBaseOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fujifilm.Synapse.Workflow.Engine.Models.Workflow"> <ActionId>1</ActionId> <AvailableActions xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" /> <IsSuccessful>true</IsSuccessful> <IsTerminal>true</IsTerminal> <StudyEuid>sample string 2</StudyEuid> <WidgetData /> <WorkflowId>1</WorkflowId> </ActiondataBaseOfanyType>
Response Information
Resource Description
IActionDataOfObject| Name | Description | Type | Additional information |
|---|---|---|---|
| WorkflowId | integer |
None. |
|
| StudyEuid | string |
None. |
|
| ActionId | integer |
None. |
|
| IsSuccessful | boolean |
None. |
|
| IsTerminal | boolean |
None. |
|
| AvailableActions | Collection of IActionOfObject |
None. |
|
| WidgetData | Object |
None. |