Process Street

Learn how to use Process Street with Composio

Overview

Enum

PROCESS_STREET

Description

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

Authentication Details

api_key
stringRequired

Actions

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.

Action Parameters

workflow_run_id
stringRequired

Action Response

data
object
error
successful
boolean

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.

Action Parameters

due_date
string
name
string
shared
boolean
workflow_template_id
stringRequired

Action Response

data
object
error
successful
boolean

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.

Action Parameters

data_set_id
stringRequired
limit
integer
page
integer
query
string

Action Response

data
object
error
successful
boolean

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.

Action Parameters

Action Response

data
object
error
successful
boolean

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.

Action Parameters

workflow_run_id
stringRequired

Action Response

data
object
error
successful
boolean