Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Component: Web Component Selection

    Assignee User:
    Selection of the person to whom the task will be assigned by choosing a task solution in the Workflow Workspace - > openTasks section. Only this user will see the creation of the task. You can choose only one: Assignee User | Assignee Role | Assignee Permission

    Assignee Role:
    Only users with the selected role will be assigned to choose a solution for a task in the Workflow Workspace - > openTasks section. You can choose only one: Assignee User | Assignee Role | Assignee Permission

    Assignee Permission:
    Only users with selected access will be assigned to select a solution for a task in the Workflow Workspace -> openTasks section. You can choose only one: Assignee User | Assignee Role | Assignee Permission

    Params Key:
    Specify the key in which the data will be displayed when choosing selecting a solution to the problemdecision for the open task. By default, it is initialData

    Out port Outport N:
    An option for solving A solution to the given problem task that will lead progress to the next node in the chain.

    • Name: The name of the solution

    • Primary: The button will be painted in the basic color of the platform (oriented towards a positive decision)

    • Danger: The button will be painted in red (oriented towards request rejection)

    • + Add Out Port:


    • Adding additional options for solving the problem

    In: This signifies the connection of the previous node and the transfer of data regarding the task.

    Out Port: This port is where serves as the departure point for the request will depart to move to the next connected node or exit. Multiple ports may exist, depending on the options created options for problem resolution.

  1. actionCall [Call any action of any service]

...

  • Action: Functionality available in A functionality accessible within the GraphQL noise endpoint of the project, to which can be called invoked with the passed provided parameters.

    Params Key: The key containing the data passed to the function call. Default is initialData.

    Result Key: A key containing data resulting from the function—standard function — standard result.

    In: Connects the previous node and transfers data.

    Success: Connects to the next node upon successful execution of the function.

    Error: Connects to the next node when execution fails.

...

  • Params Key: Specifies the key containing the employee's permissions of the user whose access needs to be checked. The default is initialMeta.permissions

    Permissions: Selection of permissions that will determine the transition to the true port.

    In: Connects the previous node and transfers data.

    True: Connects to the next node if the selected accesses match the selected useremployee's access.

    False: Connects to the next node if the selected accesses do not match the selected useremployee's access.

  1. checkRoles [Check roles]

...

  • Params Key: Specifies the key containing the ID of the user employee whose roles need to be checked. The default is initialMeta.user.id

    Roles: Selection The selection of roles that will determine the transition to the true port.

    In: Connects the previous node and transfers data.

    True: Connects to the next node if the selected roles match the role of the selected user.

    False: Connects to the next node if the selected roles do not match the selected user's role.

...