I have an action that is invoked by a sync. plugin which passes some arguments to it. I want this action to perform some work asynchronously. Currently I have the action calling a custom workflow activity, but the flow is synchronous. Would it be possible to have this action call an asynchronous child workflow instead and pass its argument values to this workflow?
Are there any other alternatives to allow a synchronous plugin to perform some work asynchronously (essentially a fire and forget scenario) via an action?
*This post is locked for comments