sequential-workflow-editor icon indicating copy to clipboard operation
sequential-workflow-editor copied to clipboard

Multi Value Array/Dictionary

Open MaxInterested opened this issue 1 year ago • 4 comments

Dear Team,

I'd like to express my appreciation for the Workflow Editor. Its user-friendly interface and versatile features made it easy to get started. However, as I delve deeper into its capabilities, I've encountered challenges beyond my current abilities.

I'm currently exploring the Workflow Editor and its capabilities. Specifically, I'm uncertain about how to add a Multi-Value Array or Dictionary to a step. Could you please provide guidance on this matter, or clarify if it's not supported? For example, I'd like to create a dictionary with animals described by Type, Size, and Name.

Thank you for your assistance.

Best regards, Max

export const anyVariablesStepModel = createStepModel<TransitionVariablesStepModel>('animal', 'task', step => { step.property('Animal') .label('Animal Entry') .value( [ { createChoiceValueModel({ choices: ["Dog", "Cat", "Mouse"] }) }, { createNumberValueModel({ defaultValue: size.Default, min: size.Min, max: size.Max }); }, { createStringValueModel({ defaultValue: animalName }) } );

MaxInterested avatar Apr 06 '24 15:04 MaxInterested

Hello @MaxInterested!

Could you draw a mockup what you expect?

Btw: SWE supports a choice value model (example).

b4rtaz avatar Apr 06 '24 16:04 b4rtaz

Thanks for the swift response, @b4rtaz . Attached is a mockup drawing, albeit with my apologies in advance for my Paint skills. Your understanding is much appreciated!

image

MaxInterested avatar Apr 06 '24 16:04 MaxInterested

Has anything happened in the meantime? Otherwise I'm at a loss as to how to implement it. Thanks in advance

MaxInterested avatar Jul 12 '24 10:07 MaxInterested

@MaxInterested are you considering to buy the pro version? Maybe this is something that we could consider as a pro feature.

b4rtaz avatar Jul 12 '24 10:07 b4rtaz