Daniel Gerlag

Results 109 comments of Daniel Gerlag

You can currently import any system package. Are you looking to import 3rd party modules?

I tried it like this ``` import datetime result = str(datetime.datetime.now()) ```

I need to provide some helpers... I will get on this :)

You can map the outputs of any step to fields on the data context of your workflow instance, and then map those fields back into inputs of other steps. see...

Not sure I understand you... https://conductor-core.readthedocs.io/en/latest/custom-steps/ You do no need to define your custom steps on each node, they are shared by the cluster.

Sorry about that... I have deployed a fix.

Have you tried a JSON datetime like `2012-04-23T18:25:43.511Z` ?

This is not the same as workflow core... the scripting engine here is Python see https://conductor-core.readthedocs.io/en/latest/primitives/ Maybe try `datetime.now()`

Yes, have a look at events, activity workers and branches. Sorry, I'm traveling right now, can't link the docs from my phone.

yes, if you configure a redis backplane, then you can run a fleet of nodes as a cluster