Skip to content

Making task names optional #849

Closed
Closed
@fjtirado

Description

@fjtirado

Currently we write

do: 
   tryWith1:
     try: 
         call:
   tryWith2:
      try: 
        call:

execute, try and call are reserved words, tryWith1 is a name the user has to came with

If user is lazy and do not want to invent names (which are useful, as far as I know just for error.instance feature), he might want to write this instead

do:
  - try: 
       name: tryWith1
       call:
  - try: 
      name: tryWith2
      call: 

Metadata

Metadata

Assignees

No one assigned

    Labels

    area: specChanges in the Specification

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions