set
inctl process set
Set a process in a solution.
Synopsis
Set a process in a currently deployed solution.
The input is a intrinsic_proto.executive.BehaviorTree proto in binary or text format.
No positional argument: Create a new operation with the input process in the executive. $ inctl process set --org my_org --solution my_solution_id --input_file /tmp/my-process.textproto [--process_format textproto|binaryproto]
[legacy process support] One positional argument: Store the input process as a legacy process with the given name in the solution. Afterwards, the process can be loaded in the Flowstate frontend and then be executed from there. $ inctl process set --org my_org --solution my_solution_id --input_file /tmp/my-process.textproto [--process_format textproto|binaryproto] "My Process"
inctl process set [legacy process name] [flags]
Options
--clear_node_ids Clear the nodes' id fields from the BT proto. (default true)
--clear_tree_id Clear the tree_id field from the BT proto. (default true)
--cluster string Name of the cluster to interact with.
-h, --help help for set
--input_file string File from which to read the process.
--org string The Intrinsic organization to use. You can set the environment variable
INTRINSIC_ORG=organization to set a default organization.
--process_format string (optional) input/output format. One of: (textproto, binaryproto) (default "textproto")
-p, --project string The Google Cloud Project (GCP) project to use. You can set the environment variable
INTRINSIC_PROJECT=project_name to set a default project name.
--server string Server address of the cluster. Format is \{ADDRESS\}:\{PORT\}, for example 'localhost:17080'
--solution string Id of the solution to interact with. For example, use 'inctl solutions list --org my_org --output json [--filter running_in_sim]' to see the list of solutions.
Options inherited from parent commands
-o, --output string (optional) Output format. One of: (json, ndjson)
--print-trace Print the trace identifier when exiting.
SEE ALSO
- inctl process - Interacts with processes (behavior trees)