Conductor GraphQL API
Conductor allows you to build a complex application using simple and granular tasks that do not need to be aware of or keep track of the state of your application's execution flow. Conductor keeps track of the state, calls tasks in the right order (sequentially or in parallel, as defined by you), retry calls if needed, handle failure scenarios gracefully, and outputs the final result.
Overview
Conductor GraphQL API is a GraphQL API specification published by Conductor on the APIs.io network.
Conductor allows you to build a complex application using simple and granular tasks that do not need to be aware of or keep track of the state of your application’s execution flow. Conductor keeps track of the state, calls tasks in the right order (sequentially or in parallel, as defined by you), retry calls if needed, handle failure scenarios gracefully, and outputs the final result.
The GraphQL endpoint is available at No. documentation is published at https://conductor-oss.github.io/conductor/documentation/api/workflow.html.
The specification includes 2 reference links.
Tagged areas include Automation, Orchestration, State, Tasks, and Workflows.
Endpoint
References
- Reference https://conductor-oss.github.io/conductor/documentation/api/workflow.html
- Schema https://github.com/api-evangelist/conductor