Signed-off-by: JoshuaL3000 <joshua.jian.ern.liew@intel.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
15 lines
433 B
YAML
15 lines
433 B
YAML
# Copyright (C) 2024 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
workflow_executor:
|
|
description: "Starts a workflow with the given workflow id and params. Gets the output result of the workflow."
|
|
callable_api: tools.py:workflow_executor
|
|
args_schema:
|
|
workflow_id:
|
|
type: int
|
|
description: Workflow id
|
|
params:
|
|
type: dict
|
|
description: Workflow parameters.
|
|
return_output: workflow_data
|