Sha256: 8abf04f5052b2e24f9d1505877e33bd8cad32e5d0a65fe686a25793433db58f9
Contents?: true
Size: 843 Bytes
Versions: 80
Compression:
Stored size: 843 Bytes
Contents
.workflow.tasks %h3= workflow.to_s - unless workflow.documentation[:title].empty? :markdown #{workflow.documentation[:title]} - unless workflow.documentation[:description].empty? :markdown #{workflow.documentation[:description]} %h5 Tasks - unless workflow.documentation[:task_description].empty? :markdown #{workflow.documentation[:task_description]} %ul.tasks.clean_list - tasks = workflow.exec_exports + workflow.synchronous_exports + workflow.asynchronous_exports - tasks.sort.each do |task| %li //%a(href="#{to(File.join("/", workflow.to_s, task.to_s))}")= task %a(href="#{File.join("/", workflow.to_s, task.to_s)}")= task - info = workflow.task_info(task) - if info[:description] %span= info[:description].split(/\n\s*\n/).first
Version data entries
80 entries across 80 versions & 1 rubygems