Conor Barr
CTO of Patchworks
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 4
Activity overview
Latest activity by Conor Barr-
Conor Barr commented,
Official comment Patchworks uses OAuth 2.0 for authentication. You'll need an API key or OAuth token to make requests. You can find the Patchworks Postman collection here: đź”— Postman Collection: https://postman.wear...
-
Conor Barr created a post,
-
Conor Barr commented,
Official comment In Patchworks, a Branch shape allows you to run each branch sequentially and in a specific order, unlike Routes, which execute asynchronously in parallel. https://doc.wearepatchworks.com/product-do...
-
Conor Barr created a post,
Can I control the order in which multiple branches/routes execute?
​In Patchworks routes within a flow are designed to execute asynchronously, meaning they run in parallel without waiting for others to complete. I would like an option to run one at a time, in a sp...
-
Conor Barr commented,
Official comment ​Yes, Patchworks provides a status page that displays their platform's uptime and performance metrics. https://www.wearepatchworks.com/pages/patchworks-status-page
-
Conor Barr created a post,
-
Conor Barr commented,
Official comment Try/Catch removes this payload and allows the rest to continue. or Set up flow 1 using the 'list' command to pull all the file names. I use a script to store the filenames under a json object. Then...
-
Conor Barr created a post,
How do you stop 1 file with an error in the payload from stopping an entire sFTP flow from failing?
When you pull multiple files from an sFTP the payloads are handled as separate payloads, but of 1 file fails then the whole flow can stop.