conductor icon indicating copy to clipboard operation
conductor copied to clipboard

Workflow for API automation

Open DureSameen opened this issue 6 years ago • 1 comments

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.

DureSameen avatar Nov 15 '19 10:11 DureSameen

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.

danielgerlag avatar Nov 17 '19 19:11 danielgerlag