


While assemblies built using later versions should generally work, if they use any features introduced after 4.6.2 an error will occur. NET Framework 4.6.2 as the target framework. For a complete step-by-step example see Tutorial: Create workflow extension.Ĭreate a Class Library project using. These are general steps used to create a custom workflow activity using Visual Studio. Create a custom workflow activity assembly NET attributes to provide the metadata that Dataverse will use to expose your custom workflow activity with any parameters in the designer. When you write the class you will add properties for these parameters and annotate them with. Workflow activities should define input and output parameters which are visible in the process designer and enable someone to pass data into the workflow activity and receive the processed output. Each class in your assembly will define a specific activity.

This class provides the Execute(CodeActivit圜ontext) Method called by the Dataverse platform when the activity is executed. NET Framework assembly that includes one or more classes that are derived from the abstract CodeActivity Class. NET Framework Activity library that defines custom activities that will appear within the web application editor and will be invoked when the process runs.Ĭustom workflow activities require creating a. You can register an assembly built using the.
WORKFLOWY EXTENSIONS WINDOWS
Installed this yesterday and really liking it! Find it a lot easier than having two separate workflowy windows open. Task level: just plain old workflowy trees / lists Project level: high-level plans or "do next" lists, linking to more deeply nested tasks Top level: one or more high-level schedules, linking to multiple projects This is super-interesting as it means you can effectively build custom navigation from anywhere, to anywhere in your Workflowy lists, for example: It allows you to create multiple columns by simply Cmd+Clicking on bullets, but more interestingly links, and opening them in an additional column. There is a new version in the pipeline which is looking to make some of the existing features a little more user-friendly, and add some new features, like saveable / loadable sessions, user preferences, but this should work right now.

I've been working on a WorkFlowy script that I'm thinking about releasing as an extension.ĮDIT: this script is now available as a Chrome Extension!
