James Lin

Results 34 comments of James Lin

Digging a bit deeper this is just Django's problem, it's using the modification date to see if file has changed, but in my case the dates are the same in...

Any ETA for releasing 0.7? I am stuck with this issue.

Yes, this is caused by my custom node https://github.com/viewflow/viewflow/issues/244 and https://stackoverflow.com/questions/58794582/django-viewflow-what-is-the-proper-way-to-handle-exceptions-in-handler/58795132#58795132

Is it possible to add graph support for this?

Hi I understand viewflow uses django permissions, but is it possible to disable that check for viewflow only? I have other apps in the project which also uses default django...

> But yeah, probably viewflow could be modified to use flow_class.has_view_perm(user) to allow end users to modify view permission check Was going to suggest if you can abstract that out...

Hi @kmmbvnr, Thanks for making the change, but the change only applies to task permissions, can you please extend to the whole process? Regards James

Hi I have created something similar, I have just started using viewflow few days ago, can you please verify my implementation? https://stackoverflow.com/questions/58794582/django-viewflow-what-is-the-proper-way-to-handle-exceptions-in-handler/58795132#58795132 Like I mentioned in the solution, I cannot...

@snickell today I encountered the same need for celery job, so I added the `CatchExceptionJob` to do the same. I have updated my Stackoverflow answer.