-
Notifications
You must be signed in to change notification settings - Fork 166
Closed
Labels
area: specChanges in the SpecificationChanges in the Specificationchange: documentationImprovements or additions to documentation. It won't impact a version change.Improvements or additions to documentation. It won't impact a version change.change: fixSomething isn't working. Impacts in a minor version change.Something isn't working. Impacts in a minor version change.
Milestone
Description
What would you like to be added:
The $workflow and $task arguments are mentioned in the DSL but their contents are never specified. We should clarify this:
$workflow
$workflow.definition... the workflow definition as a parsed object$workflow.input... the input of the workflow BEFORE theinput.fromexpression was applied. For the result of theinput.fromexpression use the$inputargument$workflow.startedAt... an object with the propertiesiso8601,epochMillisandepochNanosto represent the execution start time$workflow.id... the unique id of the execution
$task
$task.definition... the task definition (object under the name) as a parsed object$task.input... the input of the workflow BEFORE theinput.fromexpression was applied. For the result of theinput.fromexpression use the context.of the expression$task.startedAt... an object with the propertiesiso8601,epochMillisandepochNanosto represent the task start time$task.name... the unique name of the task
Why is this needed:
Open Questions:
Should the .input properties be the result of the input.from expression or the raw input to avoid duplication?
Metadata
Metadata
Assignees
Labels
area: specChanges in the SpecificationChanges in the Specificationchange: documentationImprovements or additions to documentation. It won't impact a version change.Improvements or additions to documentation. It won't impact a version change.change: fixSomething isn't working. Impacts in a minor version change.Something isn't working. Impacts in a minor version change.
Type
Projects
Status
Done