GithubHelp home page GithubHelp logo

Comments (4)

iakkus avatar iakkus commented on June 5, 2024

Started implementation on branch feature/asl_knix_flags.

from knix.

iakkus avatar iakkus commented on June 5, 2024

Added some test cases that utilize session functions as well as checkpoints flag. These tests pass.

Need to update GUI for validation checks.

from knix.

iakkus avatar iakkus commented on June 5, 2024

The complete list of KNIX-specific flags:

  1. SessionFunction (bool): specifies whether this function is a session function (default: false)
  2. SessionFunctionParameters (dict): specifies the parameters of a session function (default: {})
  3. EnableCheckpoints (bool): specifies whether checkpoints between states should be taken (default: true)
  4. AllowImmediateMessages (bool): specifies whether functions can send immediate messages to other functions to trigger them asynchronously (i.e., no response). The usage of sendToFunctionNow() API call can cause unexpected behavior, because the triggered function can continue making transitions in the specified state machine. (default: false)
  5. WaitForNumBranches (list (int)): specifies how many branches of a Parallel state need to be finished before transitioning to the next state. There can be multiple such values and hence, multiple transitions. The usage of WaitForNumBranches can cause unexpected behavior, because the triggered function may continue making transitions in the specified state machine. (default: [num_total_branches_in_parallel])

from knix.

iakkus avatar iakkus commented on June 5, 2024

In the API docs, we should add warnings to the API functions that are relevant to KNIX-specific features. These include:

  1. session related functions
  2. immediate message functions
  3. dynamic workflow manipulation functions
  4. CRDT operations
  5. any others?

Edit: Issues #45 and #46 are about API docs. These could be added there.

from knix.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.