Skip to content

Allow runtime expression to generate duration #1119

@fjtirado

Description

@fjtirado

What would you like to be added?

Currently duration can be defined by specifying the number of days, hours, minutes, seconds or milliseconds and by specifying a hard coded string with an ISO 8601 (like "PT5S", meaning a duration of 5 seconds)

It would be nice to support evaluating a runtimexpression that indicates the duration, like, for example ""PT(.delay)S", so the user can provide the delay as workflow instance input.

Proposal(s):

Add

 - $ref: '#/$defs/runtimeExpression'
        title: DurationExpression
        description: Runtime expression that generates an ISO 8601 

to the existing duration: one of

Alternative(s):

No response

Additional info:

No response

Community Notes

  • Please vote by adding a 👍 reaction to the feature to help us prioritize.
  • If you are interested to work on this feature, please leave a comment.

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions