besley / Slickflow

.NET Open Source Workflow Engine, .NET 开源工作流

Home Page:http://www.slickflow.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to invoke a custom class function on step competed

papyr opened this issue · comments

commented

Hello during a step how to attach the workflow so it can invoke a function with an argument from the slickflow process.

For e.g. on slickflow PurchaseRequest.Recieved(Call my custom ManagerClass.RequestApproval(User, document, amount))

thanks

You can define some actions when an activity completed. At present, the engine support LocalService, C# component, SQL, Store Procedure, WebAPI and Python Script.

activity-property-action

It's a pity that the feature is not useable in the Community Edition, it can be used in the Enterprise Edtion.

commented

great thanks 💯