Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add allowParallelExecution property and Execution Strategies concepts #16

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

ernestocarrasco
Copy link

  • Introduced new allowParallelExecution property in Tasks documentation
  • Created comprehensive 08-Execution-Strategies.md explaining task execution patterns
  • Detailed sequential, dependency-based, and mixed execution strategies
  • Provided in-depth examples demonstrating task execution workflows
  • Add description for the pause, resume and stop functionalities in Team

Related GH Issue: #153, #36

…tegies documentation

- Introduced new `allowParallelExecution` property in Tasks documentation
- Created comprehensive `08-Execution-Strategies.md` explaining task execution patterns
- Detailed sequential, dependency-based, and mixed execution strategies
- Provided in-depth examples demonstrating task execution workflows
- Introduced `pause()`, `resume()`, and `stop()` methods for advanced workflow management
- Provided detailed explanations and code examples for each workflow control method
- Added best practices section for workflow control
- Enhanced documentation with practical use cases demonstrating method implementations

Related GH Issue: #36
Copy link

vercel bot commented Feb 11, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
kaibanjs-docs ❌ Failed (Inspect) Feb 17, 2025 11:50am

- Introduced new `referenceId` property for external task references
- Updated `id` property description to clarify its system-generated nature
- Provided examples and type information for the new `referenceId` property
- Improved documentation clarity for task identification and external system integration

Related GH Issue: #153
- Introduced `hooks` property for Tasks and Teams with `beforeTaskExecution` and `afterTaskExecution` functions
- Provided detailed code examples demonstrating hook usage
- Added a reference link to a future "Using Hooks" documentation page
- Enhanced documentation to explain lifecycle hook functionality and potential use cases
- Introduced `workflowInternalMemory` property for sharing data across workflow components
- Provided detailed explanation of memory persistence and access methods
- Added comprehensive code examples demonstrating memory usage in hooks and tasks
- Explained memory clearing behavior and lifecycle management
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants