Header¶
| Property | Type | Required | Description |
|---|---|---|---|
| Name | String | True | Name of the workflow |
| ApplicationName | String | True | Name of the application |
| RequiresLogin | Boolean | False | True if requires login state to execute successfully |
| Requires | String | False | Name of parent workflow that will be executed before running this workflow |
| Window | BrowserWindowData | False | Parameters around the position, size, and state of the browser window executing the workflow |
BrowserWindowData¶
| Property | Type | Required | Description |
|---|---|---|---|
| Height | Number | True | Height in pixels of the browser window |
| Width | Number | True | Width in pixels of the browser window |
| PositionX | Number | True | X coordinate in pixels of the browser window |
| PositionY | Number | True | Y coordinate in pixels of the browser window |
| WindowState | Enumeration | True | Valid values: normal, minimized, maximized, fullscreen |