Scripts
- 23 May 2023
- 1 Minuto para leer
- Colaboradores
- Impresión
- OscuroLigero
Scripts
- Actualizado en 23 May 2023
- 1 Minuto para leer
- Colaboradores
- Impresión
- OscuroLigero
The content is currently unavailable in Spanish. You are viewing the default English version.
Resumen del artículo
¿Te ha resultado útil este resumen?
Gracias por sus comentarios
POST /Scripts
Calls a VisualVault microservice.
Query Parameters
Parameter | Type | Description |
---|---|---|
name | String | The name of the script. |
id | String | The script ID. |
postAsJson | Bool | Post the data as JSON? |
transform | Bool | Return the data in raw JSON format? |
Response Codes
Code | Description |
---|---|
400 | Bad Request |
401 | Unauthorized |
POST /Scripts/{id}
Run a microservice script by ID.
Route Parameters
Parameter | Type | Description |
---|---|---|
id* | Guid | The microservice id. |
Response Codes
Code | Description |
---|---|
400 | Bad Request |
POST /Scripts/CompleteWorkflowScript
Complete a workflow script.
Body Parameters
Parameter | Type | Description |
---|---|---|
executionId | Guid | The execution ID. |
workflowVariables | String | List of workflow variables. |
Response Codes
Code | Description |
---|---|
200 | OK |
400 | Bad Request |
500 | Internal Server Error |
GET /Scripts/{formTemplateId}/FormScriptFile
Returns the scripts of a form in a self-contained file.
Route Parameters
Parameter | Type | Description |
---|---|---|
formTemplateId* | Guid | The form template ID. |
Query Parameters
Parameter | Type | Description |
---|---|---|
formChId | Guid | ChID of the form. |
isPreview | Bool | Is this a form preview? |
¿Te ha sido útil este artículo?