Skip to content

feat(workflows): workflows demo#16079

Closed
delemaf wants to merge 130 commits into
masterfrom
feature_branch/workflows-demo-may-12
Closed

feat(workflows): workflows demo#16079
delemaf wants to merge 130 commits into
masterfrom
feature_branch/workflows-demo-may-12

Conversation

@delemaf

@delemaf delemaf commented May 20, 2026

Copy link
Copy Markdown
Member

Proposed changes

Related issues

Checklist

  • I consider the submitted work as finished
  • I tested the code for its functionality
  • I wrote test cases for the relevant uses case (coverage and e2e)
  • I added/update the relevant documentation (either on github or on notion)
  • Where necessary I refactored code to improve the overall quality

Further comments

OctaveLaventure and others added 30 commits April 22, 2026 16:12
Co-authored-by: Florian Delemarre <florian.delemarre@gmail.com>
Co-authored-by: Copilot <copilot@github.com>
before, the workflow instance was created on first triggerWorkflowEvent call (first transition), which was wrong as it didn't allow to execute the onEnter hook of the first status. Now it initializes the workflow instance on draft creation and immediately executes the first status onEnter hook
@github-actions github-actions Bot added the filigran team Item from the Filigran team. label May 20, 2026
@codecov

codecov Bot commented May 20, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 29.75124% with 1412 lines in your changes missing coverage. Please review.
✅ Project coverage is 23.54%. Comparing base (3eb789e) to head (50b1354).
⚠️ Report is 294 commits behind head on master.

Files with missing lines Patch % Lines
...private/components/data/forms/FormSchemaEditor.tsx 0.00% 138 Missing ⚠️
...tform/opencti-front/src/components/SearchInput.jsx 3.25% 119 Missing ⚠️
...rc/private/components/data/forms/view/FormView.tsx 45.40% 101 Missing ⚠️
...i-front/src/private/components/common/ai/AINLQ.tsx 6.74% 83 Missing ⚠️
...vate/components/common/workflow/WorkflowStatus.tsx 55.48% 73 Missing ⚠️
...omponents/settings/sub_types/workflow/Workflow.tsx 0.00% 50 Missing ⚠️
.../components/common/form/AuthorizedMembersField.tsx 2.12% 46 Missing ⚠️
...ivate/components/common/ai/AISummaryContainers.tsx 0.00% 34 Missing ⚠️
...nt/src/private/components/common/ai/AIInsights.tsx 0.00% 31 Missing ⚠️
...domain_objects/StixDomainObjectAuthorKnowledge.jsx 0.00% 28 Missing ⚠️
... and 83 more

❗ There is a different number of reports uploaded between BASE (3eb789e) and HEAD (50b1354). Click for more details.

HEAD has 2 uploads less than BASE
Flag BASE (3eb789e) HEAD (50b1354)
opencti-graphql 3 1
Additional details and impacted files
@@             Coverage Diff             @@
##           master   #16079       +/-   ##
===========================================
- Coverage   33.62%   23.54%   -10.09%     
===========================================
  Files        3189     3245       +56     
  Lines      216796   221517     +4721     
  Branches    39956    35769     -4187     
===========================================
- Hits        72899    52146    -20753     
- Misses     143897   169371    +25474     
Flag Coverage Δ
opencti-client-python 46.39% <81.10%> (+0.79%) ⬆️
opencti-front 3.60% <26.28%> (+0.66%) ⬆️
opencti-graphql 45.08% <ø> (-25.05%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@delemaf delemaf changed the base branch from issue/2484-draft-workflow-feature to master May 20, 2026 09:15
@delemaf delemaf changed the base branch from master to issue/2484-draft-workflow-feature May 28, 2026 12:53
@delemaf delemaf force-pushed the issue/2484-draft-workflow-feature branch from 90c6766 to 40ca75d Compare May 29, 2026 12:37
@SamuelHassine SamuelHassine changed the title Feature branch/workflows demo may 12 feat(workflows): workflows demo Jun 7, 2026
@delemaf delemaf force-pushed the issue/2484-draft-workflow-feature branch 2 times, most recently from bfcc41a to 6ca23a4 Compare June 10, 2026 07:30
Base automatically changed from issue/2484-draft-workflow-feature to master June 10, 2026 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

filigran team Item from the Filigran team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants