The worker library can be thought of as an extension of the Process library that provides support for nodes that act as workers in distributed processes.
The worker library is typically used to build portal-like capabilities. See Portal solutions for details.
- Worker
- Group
- Task
- Process modules
- Callback
- Concepts
- Callback step type modes of operation
- Create a callback
- Start and complete background execution
- Passing parameters to background executions and returning responses
- Monitoring background execution
- Returning progress and intermediate results
- Handling errors
- Cancelling a background execution
- Handling timeouts
- Waiting for completion
- Managing remote background executions
- Callback processing - advanced
- Group and worker connections
- Connection requests