Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Find missing API-Features #3

Open
christiankittel opened this issue Nov 18, 2021 · 6 comments
Open

Find missing API-Features #3

christiankittel opened this issue Nov 18, 2021 · 6 comments
Milestone

Comments

@christiankittel
Copy link
Contributor

Let's find missing API-Features. Please add comments to this issues, which features are missing

@AlexanderSysoev
Copy link

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;
  }

@christiankittel
Copy link
Contributor Author

Hi @AlexanderSysoev,

I'll take a look.

@christiankittel christiankittel added this to the 2.8.0 milestone Apr 14, 2022
@imradiel
Copy link

imradiel commented Jun 8, 2022

On Jobs... recalculate due date is missing.

image

@DeniseSkidmore
Copy link

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

@christiankittel
Copy link
Contributor Author

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

I will have a look

@Fireblade954
Copy link

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

@FreeAndNil FreeAndNil modified the milestones: 2.8.0, 2.9.0 Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants