Home / Companies / Orkes / Blog / November 2022

November 2022 Summaries

5 posts from Orkes

Filter
Month: Year:
Post Summaries Back to Blog
Orkes has been actively engaging with its community and enhancing its product offerings, as reflected in their recent activities and updates. The team announced several product updates, including new functionalities like Webhooks for real-time updates, metadata migration for seamless workflow transitions between environments, an HTTP Poll task for efficient event monitoring, and the addition of the GraalJS evaluator type for Inline tasks. Concurrently, Orkes has maintained a strong presence at various global tech events such as DevFest Bali and Singapore, DeveloperWeek Enterprise, and KubeCon + CloudNativeCon, where their representatives delivered talks on topics like application modernization and orchestration. These events provided opportunities to connect with developers and industry experts, highlighting how Orkes' Conductor platform can be leveraged to build scalable and resilient applications.
Nov 29, 2022 838 words in the original blog post.
Orkes celebrated the remarkable engagement of its developer community by hosting its first hackathon, The Orkes Hack, from March to July 2022, attracting over 5,000 developers worldwide. This virtual event featured themes like Open Innovation, From Devs for Devs, Riding the NFT wave, and Most Creative Workflows, encouraging participants to create innovative solutions using the Orkes Developer Edition, a free sandbox environment of Conductor. The hackathon culminated in the recognition of exceptional submissions, including workflows addressing compliance and security, NFT marketplace operations, and PDF management. The first prize went to ComplianceForce for a GDPR and PII Compliance Workflow, with notable runners-up being Madanhitansh239 for an NFT Marketplace Workflow and Mrdevops for PDF Operations. The event highlighted the community's ability to rapidly master Netflix Conductor and develop creative applications, with Orkes expressing gratitude to all participants and promising more events in the future.
Nov 25, 2022 609 words in the original blog post.
Orkes has achieved SOC 2 Type 2 compliance, underscoring its commitment to high-level security for customer data and workloads, which is crucial for building trust with its users. This compliance, verified by an independent audit, ensures that Orkes' internal security controls meet rigorous standards set by the American Institute of Certified Public Accountants (AICPA) for companies handling sensitive data in the cloud. By attaining this certification, Orkes not only assures current and potential customers that their data is secure but also enables them to maintain SOC 2 Type 2 compliance within their own cloud ecosystems when using Orkes' services. The company emphasizes its dedication to ongoing security enhancements and invites interested parties to learn more about its security practices and offerings through meetings, demos, or community engagement.
Nov 18, 2022 383 words in the original blog post.
Conductor has launched a Webhook integration that simplifies real-time updates from third-party services like Stripe, Slack, Microsoft Teams, and more, allowing seamless interactions with Conductor workflows. Webhooks, functioning as HTTP-based callback functions, enable Conductor to receive data from external applications and create integration patterns for workflows acting on external events. This integration allows triggering of workflows based on Webhook events, identified by the 'WAIT_FOR_WEBHOOK' task type, which streamlines processes such as creating a workflow to respond to events like a GitHub issue creation. The integration supports popular services and includes a Custom option for other third-party systems, enhancing Conductor's connectivity and automation capabilities. Users are encouraged to consult detailed documentation and can seek assistance via Conductor's Slack channel.
Nov 17, 2022 362 words in the original blog post.
Conductor, an open-source microservice and workflow orchestration framework, effectively orchestrates the delivery process by breaking it down into individual workflow blocks. This article illustrates how to use Conductor to build a food delivery app where the application connects clients to the nearest available riders by fetching a list of registered riders and allowing them to compete for the delivery task. The guide walks through setting up a project using the Orkes Developer Edition, creating workflows such as calculating distances using Taxicab geometry, finding nearby riders, and selecting the most suitable rider for delivery. Additionally, it details the process of integrating various tasks like JSON transformations, HTTP tasks, and dynamic forking to manage and execute these workflow components. The culmination involves combining all these elements into a comprehensive delivery app workflow that calculates delivery costs based on the payment method, demonstrating Conductor's capability to streamline complex processes with modular, scalable, and easily adjustable workflows.
Nov 10, 2022 4,897 words in the original blog post.