Process Street
process_streetProcess Street supports creating and running checklists, SOPs, and workflows, helping teams automate recurring processes and track compliance
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ónThis 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.
PROCESS_STREET_COMPLETE_WORKFLOW_RUNAcciónThis 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_idstringObligatorioThe ID of the workflow run to complete.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Workflow RunPROCESS_STREET_CREATE_WORKFLOW_RUNAcciónThis 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.
PROCESS_STREET_CREATE_WORKFLOW_RUNAcciónThis 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
namestringCustom name for the workflow run
sharedbooleanWhether to enable a share link for the workflow run
due_datestringDue date for the workflow run in ISO 8601 format
workflow_template_idstringObligatorioThe ID of the workflow template to create a run from
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Find Data Set RowsPROCESS_STREET_FIND_DATA_SET_ROWSAcciónThis 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.
PROCESS_STREET_FIND_DATA_SET_ROWSAcciónThis 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
pageintegerPage number for pagination. Starts from 1.
limitintegerNumber of records per page. Default is 20.
querystringSearch query to filter the records
data_set_idstringObligatorioThe ID of the data set to search in
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List WorkflowsPROCESS_STREET_LIST_WORKFLOWSAcciónThis 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.
PROCESS_STREET_LIST_WORKFLOWSAcciónThis 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
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Undelete Workflow RunPROCESS_STREET_UNDELETE_WORKFLOW_RUNAcciónThis 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.
PROCESS_STREET_UNDELETE_WORKFLOW_RUNAcciónThis 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_idstringObligatorioThe ID of the workflow run to restore.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not