-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Description
I'm really struggling with the simple task of resuming a bookmark in a simple standlone console app.
Every bit of documentation and other reference material is out of date as everything is marks as "obsolete" or "deprecated".
I'm running a simple console application that loads a JSON workflow. Is this scenario no longer supported?
The reason I ask is that all the methods now are pointing towards an undocumented IWorkflowClient class that doesn't appear to support loading a workflow from a JSON definition.
If I try to use the old WorkflowRunner then a majority of methods are flagged as deprecated (many specifically referencing the magic workflowruntime.cerateClientAsync as the new preferred option. But this seems exclusively geared towards a full elsa server (which is not currently part of my use case).
Is this scenario supported?
I would paste code but I'm essentially just using the https://docs.elsaworkflows.io/getting-started/hello-world console application with the activity creating a bookmark.