You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can find the full sample [here](./examples/fanout_fanin.py).
96
+
You can find the full sample [here](../durabletask_examples/fanout_fanin.py).
97
97
98
98
### Human interaction and durable timers
99
99
100
-
An orchestration can wait for a user-defined event, such as a human approval event, before proceding to the next step. In addition, the orchestration can create a timer with an arbitrary duration that triggers some alternate action if the external event hasn't been received:
100
+
An orchestration can wait for a user-defined event, such as a human approval event, before proceeding to the next step. In addition, the orchestration can create a timer with an arbitrary duration that triggers some alternate action if the external event hasn't been received:
As an aside, you'll also notice that the example orchestration above works with custom business objects. Support for custom business objects includes support for custom classes, custom data classes, and named tuples. Serialization and deserialization of these objects is handled automatically by the SDK.
126
126
127
-
You can find the full sample [here](./examples/human_interaction.py).
127
+
You can find the full sample [here](../durabletask_examples/human_interaction.py).
0 commit comments