serverlessworkflow/sdk-go

Change the root path of not absolute import file

lsytj0413 opened this issue · 2 comments

What would you like to be added:

Why is this needed:

Hi. @lsytj0413, can you please add more details about this enhancement?

Thanks :)

Hi. @lsytj0413, can you please add more details about this enhancement?

Thanks :)

I have add the links to a previous comment. Currently the parser will locate import file (with not absolute path) joined the current working directory, this will base on the executable file's path.

So i proposed to add an Include options, user can use the to change the import file base directory.