You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Below is a example of a workbook (can be uploaded with 'mistral workbook-create wb.yaml') which is not handled well by CloudFlow. If we navigate to the first task (sub_wf1) of 'top_level_wf' we'll see that its task properties are not displayed correctly on the right. And back navigation doesn't seem to work after that as well (or may be works very slowly).
version: '2.0'name: demo_wbdescription: This is the workbook for the Sprint Demoworkflows:
# Top level workflowtop_level_wf:
tasks:
sub_wf1:
workflow: sub_wf1on-success: sub_wf2sub_wf2:
workflow: sub_wf2on-success: sub_wf3sub_wf3:
workflow: sub_wf3# 2nd level workflowssub_wf1:
tasks:
t1:
workflow: sub_wf1_sub_wfsub_wf2:
tasks:
t1:
action: std.noopsub_wf3:
tasks:
t1:
action: std.noop# 3rd level workflowssub_wf1_sub_wf:
tasks:
t1:
action: std.noop
(GuyShaanan: update to preserve yaml syntax highlight)
The text was updated successfully, but these errors were encountered:
Below is a example of a workbook (can be uploaded with 'mistral workbook-create wb.yaml') which is not handled well by CloudFlow. If we navigate to the first task (sub_wf1) of 'top_level_wf' we'll see that its task properties are not displayed correctly on the right. And back navigation doesn't seem to work after that as well (or may be works very slowly).
(GuyShaanan: update to preserve yaml syntax highlight)
The text was updated successfully, but these errors were encountered: