danielgerlag / conductor

Distributed workflow server
MIT License
530 stars 98 forks source link

Workflow for API automation #10

Open DureSameen opened 4 years ago

DureSameen commented 4 years ago

Hi,

I like your workflow core project, But i want to extend to execute an API actions , and that workflow can listen to the fs, ampq, db or emails triggers.

Any ideas how can I begin, I have fork the workflow core. But I am thinking starting ideas.

danielgerlag commented 4 years ago

Was this meant for Conductor or WorkflowCore? You could implement custom steps - https://workflow-core.readthedocs.io/en/latest/getting-started/#steps You wouldn't need to fork workflow core for that. You can also have your async invocations from external triggers call the PublishEvent to a Conductor host to respond to external events.