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
Actions
PROCESS_STREET_COMPLETE_WORKFLOW_RUN
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
Action Response
PROCESS_STREET_CREATE_WORKFLOW_RUN
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
Action Response
PROCESS_STREET_FIND_DATA_SET_ROWS
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
Action Response
PROCESS_STREET_LIST_WORKFLOWS
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
PROCESS_STREET_UNDELETE_WORKFLOW_RUN
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
Action Response