Skip to content

create_process

create_process(lang, description, name, code, owner="111111", confidential=False)

Function to create a process with the given data if valid.

Parameters:

  • lang (str): The programming language of the process.
  • description (str): The description of the process.
  • name (str): The name of the process.
  • code (str): The code of the process.
  • owner (str, optional): The owner of the process. Defaults to "111111".
  • confidential (bool, optional): The confidentiality status of the process. Defaults to False.

Returns:

  • dict: Returns the ID of the created process.