Skip to main content

Workflows

Automate Security Tasks and Processes at Scale

26 articles
Workflow States: Testing and Publishing Workflows in TorqLearn about the different states of Torq workflows and how to transition between them for efficient testing and deployment.
Export and Import Workflows in TorqLearn how to export and import workflows in YAML format.
Version History in Torq: Track Workflow ChangesLearn how to view and restore previous workflow versions, compare changes, and manage iterations efficiently.
Stop Workflow Executions: A Quick GuideLearn how to halt ongoing workflow executions.
Implement a Workflow Approval Flow: Effectively Control Production ChangesUse Torq roles to implement an approval flow that ensures workflows are reviewed before publication.
Get Notifications for Failed WorkflowsLearn how to set up notifications for failed workflows, enabling quick identification and resolution of automation issues.
Tag Workflows for Efficient OrganizationLearn how to organize and categorize your workflows effectively by using tags.
Grouping Torq Workflows into SectionsLearn how to group workflows into sections for easier navigation.
Exporting Torq Workflows to PDFExport workflows to PDF for easy sharing with users outside Torq.

Workflow Metadata: Enrich Executions with Additional ContextAccess workflow metadata for essential execution details that can be provided as step inputs and used in messages, tickets, logs, etc.
Workflow Context: Understand Data Access and Utilization in TorqUse the workflow context to access execution data, including completed step outputs, trigger event information, and more.
Escape Special Characters in JSON ObjectsLearn how to properly escape special characters and white space in JSON objects to successfully pass data between steps in Torq.
Escape JSON Strings to Use Python in TorqLearn how to properly escape JSON strings and take advantage of using Python code in Torq.
Escape Curly Brackets to Pass Them in Workflow Step InputsLearn how to escape curly brackets in Torq to correctly pass syntax for systems like JQL or GraphQL, avoiding common JSON or input errors.
Nest Context Expressions: Dynamic Key References in TorqDynamically reference keys in Torq workflows using nested context expressions.
Use Fractional Seconds in Torq: Enhance DateTime PrecisionLearn how to enhance the precision of datetime values by returning fractional seconds in Torq.
Advanced JSONPath and Golang TemplatesLearn how to efficiently retrieve and manipulate data in Torq with advanced JSONPath and Golang templates.
Format ASCII Tables for EmailsEnsure your ASCII tables retain their alignment and readability in emails.
Sprig Functions: Add Dynamic Data Logic to Your WorkflowsEasily perform dynamic data manipulation and logic operations in your workflows using Torq’s built-in Sprig functions.