ActionExecutionFilter constructor

ActionExecutionFilter({
  1. String? pipelineExecutionId,
})

Implementation

ActionExecutionFilter({
  this.pipelineExecutionId,
});