You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: