elsa-workflows / elsa-documentation

The official Elsa documentation website
elsa-documentation.vercel.app
Other
16 stars 38 forks source link

Custom activities documentation looks outdated #43

Open francotiveron opened 10 months ago

francotiveron commented 10 months ago

https://v3.elsaworkflows.io/docs/extensibility/custom-activities seems to report outdated information. Please upgrade it or indicate alternative documentation.

sfmskywalker commented 10 months ago

I just had a quick glimpse and will go through it in more detail, but perhaps you can already point me to the bits that appear to be outdated?

francotiveron commented 10 months ago

Looks like most of the issue go away by changing the usings

using Elsa.Workflows.Models;
using Elsa.Workflows;
using Elsa.Extensions;