Interface for async command manager. Provides methods to complete or cancel async commands.
The task ID extracted from taskNode.id (e.g., "analytics-1", "default-0").
Cancels a command by its ID.
The ID of the command to cancel.
Completes a command with the given event.
The async event to complete the command with.
Interface for async command manager. Provides methods to complete or cancel async commands.