Skip to content

Commit

Permalink
fixup! Use user provider exec and await handlers for builtin actions
Browse files Browse the repository at this point in the history
  • Loading branch information
didier-wenzek committed Sep 10, 2024
1 parent 08c6fe0 commit 96517ea
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions crates/core/tedge_api/src/workflow/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -431,9 +431,6 @@ impl OperationAction {

/// Rewrite a command state before pushing it to a builtin operation actor
///
/// Depending the action is to trigger or await the operation,
/// set the status to schedule or executing.
///
/// Return the command state unchanged if there is no appropriate substitute.
pub fn adapt_builtin_request(&self, command_state: GenericCommandState) -> GenericCommandState {
match self {
Expand Down

0 comments on commit 96517ea

Please sign in to comment.