filesystem access from [ActivityTrigger] #2332
-
nobody seems to ask about this but i want to know definitively before i start cutting workflows the referenced url contains code as below (https://www.syncfusion.com/succinctly-free-ebooks/azure-durable-functions-succinctly/stateful-patterns-with-durable-functions)
please confirm that Directory.ArbitraryMethod() is a supported scenario for [ActivityTrigger] |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
I can confirm that it's perfectly fine to access the file system from activity functions. There's no issue with using these APIs. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
I can confirm that it's perfectly fine to access the file system from activity functions. There's no issue with using these APIs.