NAiOS IconNAiOS Logo
Volver al catálogo

Process Street

process_street

Process Street supports creating and running checklists, SOPs, and workflows, helping teams automate recurring processes and track compliance

Acciones
5
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

Acciones disponibles (5)

Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.

Complete a workflow runPROCESS_STREET_COMPLETE_WORKFLOW_RUNAcción

This tool marks an entire workflow run as completed in process street. it updates the workflow run's status to 'completed', distinguishing it from process street complete task which completes individual tasks.

Parámetros de entrada

  • workflow_run_idstringObligatorio

    The ID of the workflow run to complete.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create Workflow RunPROCESS_STREET_CREATE_WORKFLOW_RUNAcción

This tool creates a new workflow run from a specified workflow template. it is one of the most fundamental operations in process street, allowing users to initiate a new instance of a workflow. the tool requires a workflow template id and optionally allows setting a custom name, due date, and whether to enable a share link.

Parámetros de entrada

  • namestring

    Custom name for the workflow run

  • sharedboolean

    Whether to enable a share link for the workflow run

  • due_datestring

    Due date for the workflow run in ISO 8601 format

  • workflow_template_idstringObligatorio

    The ID of the workflow template to create a run from

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Find Data Set RowsPROCESS_STREET_FIND_DATA_SET_ROWSAcción

This tool allows you to search for records within a data set based on form fields. it's useful for retrieving specific records from a data set when you need to find matching entries based on certain criteria.

Parámetros de entrada

  • pageinteger

    Page number for pagination. Starts from 1.

  • limitinteger

    Number of records per page. Default is 20.

  • querystring

    Search query to filter the records

  • data_set_idstringObligatorio

    The ID of the data set to search in

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List WorkflowsPROCESS_STREET_LIST_WORKFLOWSAcción

This tool retrieves a list of all workflows available in the process street account. it is a fundamental action that allows users to view and access all their workflows, which is essential for other operations that require workflow ids. this action is important because it provides the foundation for other actions that require workflow ids as input parameters, such as creating workflow runs or managing workflow-specific tasks, thereby enabling better workflow management and automation.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Undelete Workflow RunPROCESS_STREET_UNDELETE_WORKFLOW_RUNAcción

This tool allows you to restore a previously deleted workflow run in process street. it uses the put /v1.1/workflow-runs/{workflowrunid}/undelete endpoint to recover a workflow run within a valid recovery period. it complements the existing process street delete workflow run action by providing a data recovery option to correct deletion mistakes.

Parámetros de entrada

  • workflow_run_idstringObligatorio

    The ID of the workflow run to restore.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not