Code Monkey home page Code Monkey logo

Comments (6)

AlexanderSysoev avatar AlexanderSysoev commented on July 22, 2024

Hi! Cannot find an option to migrate variables. According to POST /migration/generate endpoint documentation there should be a variables field in request body that is missing in MigrationPlanGeneration DTO

  public class MigrationPlanGeneration
  {
    /// <summary>
    /// The id of the source process definition for the migration.
    /// </summary>
    [JsonProperty("sourceProcessDefinitionId")]
    public string SourceProcessDefinitionId;
    
    /// <summary>
    /// The id of the target process definition for the migration.
    /// </summary>
    [JsonProperty("targetProcessDefinitionId")]
    public string TargetProcessDefinitionId;
    
    /// <summary>
    /// A boolean flag indicating whether instructions between events should be configured to update the event triggers.
    /// </summary>
    [JsonProperty("updateEventTriggers")]
    public bool UpdateEventTriggers;
  }

from camunda.api.client.

christiankittel avatar christiankittel commented on July 22, 2024

Hi @AlexanderSysoev,

I'll take a look.

from camunda.api.client.

imradiel avatar imradiel commented on July 22, 2024

On Jobs... recalculate due date is missing.

image

from camunda.api.client.

DeniseSkidmore avatar DeniseSkidmore commented on July 22, 2024

Someone added ExternalTasks.Lock, but missed a spot, PR is open. #16

from camunda.api.client.

christiankittel avatar christiankittel commented on July 22, 2024

Someone added ExternalTasks.Lock, but missed a spot, PR is open. #16

I will have a look

from camunda.api.client.

Fireblade954 avatar Fireblade954 commented on July 22, 2024

The post calls to get tasks are missing, and thus the feature to fetch tasks by multiple Ids, and the orQueries:

https://docs.camunda.org/rest/camunda-bpm-platform/7.20-SNAPSHOT/#tag/Task/operation/queryTasks

from camunda.api.client.

Related Issues (16)

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.