Skip to main content

Hello and apologies for the question. Brain not working well today.

 

I have been tasked with an account create process. An HR system updates a file. The process kicks off when a file has a new entry, is there a way to evaluate this using K2?

 

Thanks

 

 

 opting for .Net to listen for file changes and starting the workflow.


thanks, it works


I’ve got a nice inner loop going on with VS Code thanks in part to launch.json letting us bundle arbitrary .NET run/watch and/or debug tasks, npm tasks, whatever into “F5” launch configs – and preventing multiple instances is trivial. Haven’t figured out how to reproduce this workflow in Visual Studio… But i’m not an msbuild guru. (On the other hand, it doesn’t take a guru to set up a launch.json…)

Reply