@@ -111,25 +111,25 @@ workflow.start()
111111
112112## More Examples
113113
114- | | Example |
115- | --| -------------------------------------------------------------------------------------- |
116- | 01| [ simple_class_workflow] ( examples/simple_class_workflow.py ) |
117- | 02| [ simple_function_workflow_with_error] ( examples/simple_function_workflow_with_error.py ) |
118- | 03| [ simple_function_workflow] ( examples/simple_function_workflow.py ) |
119- | 04| [ step_class_result_context] ( examples/step_class_result_context.py ) |
120- | 05| [ step_class_result_storage] ( examples/step_class_result_storage.py ) |
121- | 06| [ step_class_result_task] ( examples/step_class_result_task.py ) |
122- | 07| [ step_function_result_context] ( examples/step_function_result_context.py ) |
123- | 08| [ step_function_result_storage] ( examples/step_function_result_storage.py ) |
124- | 09| [ step_function_result_task] ( examples/step_function_result_task.py ) |
125- | 10| [ step_with_initial_context] ( examples/step_with_initial_context.py ) |
126- | 11| [ step_with_many_contexts] ( examples/step_with_many_contexts.py ) |
127- | 12| [ step_with_previous_context] ( examples/step_with_previous_context.py ) |
128- | 13| [ workflow_keep_going_true] ( examples/workflow_keep_going_true.py ) |
129- | 14| [ workflow_step_callback] ( examples/workflow_step_callback.py ) |
130- | 15| [ workflow_with_callback_failure] ( examples/workflow_with_callback_failure.py ) |
131- | 16| [ workflow_with_callback_success] ( examples/workflow_with_callback_success.py ) |
132- | 17| [ workflow_with_retry] ( examples/workflow_with_retry.py ) |
114+ | | Example |
115+ | --| ---------------------------------------------------------------------------------------------------------------------------------------- |
116+ | 01| [ simple_class_workflow] ( https://github.com/dotflow-io/dotflow/blob/master/ examples/simple_class_workflow.py) |
117+ | 02| [ simple_function_workflow_with_error] ( https://github.com/dotflow-io/dotflow/blob/master/ examples/simple_function_workflow_with_error.py) |
118+ | 03| [ simple_function_workflow] ( https://github.com/dotflow-io/dotflow/blob/master/ examples/simple_function_workflow.py) |
119+ | 04| [ step_class_result_context] ( https://github.com/dotflow-io/dotflow/blob/master/ examples/step_class_result_context.py) |
120+ | 05| [ step_class_result_storage] ( https://github.com/dotflow-io/dotflow/blob/master/ examples/step_class_result_storage.py) |
121+ | 06| [ step_class_result_task] ( https://github.com/dotflow-io/dotflow/blob/master/ examples/step_class_result_task.py) |
122+ | 07| [ step_function_result_context] ( https://github.com/dotflow-io/dotflow/blob/master/ examples/step_function_result_context.py) |
123+ | 08| [ step_function_result_storage] ( https://github.com/dotflow-io/dotflow/blob/master/ examples/step_function_result_storage.py) |
124+ | 09| [ step_function_result_task] ( https://github.com/dotflow-io/dotflow/blob/master/ examples/step_function_result_task.py) |
125+ | 10| [ step_with_initial_context] ( https://github.com/dotflow-io/dotflow/blob/master/ examples/step_with_initial_context.py) |
126+ | 11| [ step_with_many_contexts] ( https://github.com/dotflow-io/dotflow/blob/master/ examples/step_with_many_contexts.py) |
127+ | 12| [ step_with_previous_context] ( https://github.com/dotflow-io/dotflow/blob/master/ examples/step_with_previous_context.py) |
128+ | 13| [ workflow_keep_going_true] ( https://github.com/dotflow-io/dotflow/blob/master/ examples/workflow_keep_going_true.py) |
129+ | 14| [ workflow_step_callback] ( https://github.com/dotflow-io/dotflow/blob/master/ examples/workflow_step_callback.py) |
130+ | 15| [ workflow_with_callback_failure] ( https://github.com/dotflow-io/dotflow/blob/master/ examples/workflow_with_callback_failure.py) |
131+ | 16| [ workflow_with_callback_success] ( https://github.com/dotflow-io/dotflow/blob/master/ examples/workflow_with_callback_success.py) |
132+ | 17| [ workflow_with_retry] ( https://github.com/dotflow-io/dotflow/blob/master/ examples/workflow_with_retry.py) |
133133
134134## Commit Style
135135
0 commit comments